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`" : ""));',
0 commit comments