You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSX dev runtime exposes more debugging information to users. For
example, React exposes positional information through React Devtools.
Although GH-2035 started off as an issue to support the `__source` prop, I
have refrained from actually supporting the `__source` prop, as it’s
specific to React. The automatic dev runtime supports this information
without patching props.
ClosesGH-2035.
ClosesGH-2045.
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
' throw new Error("Expected " + (component ? "component" : "object") + " `" + id + "` to be defined: you likely forgot to import, pass, or provide it." + (place ? "\\nIt’s referenced in your code at `" + place + "` in `path/to/file.js`" : ""));',
1 commit comments
vercel[bot] commentedon Dec 14, 2022
Successfully deployed to the following URLs:
mdx – ./
mdx-mdx.vercel.app
mdxjs.com
v2.mdxjs.com
mdx-git-main-mdx.vercel.app