Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error overlay not showing contextual information for warnings #3078

Closed
Timer opened this issue Sep 6, 2017 · 3 comments · Fixed by #3079
Closed

Error overlay not showing contextual information for warnings #3078

Timer opened this issue Sep 6, 2017 · 3 comments · Fixed by #3079
Milestone

Comments

@Timer
Copy link
Contributor

Timer commented Sep 6, 2017

Stack seems fine:

proxyConsole.js:56 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in. Check your code at Profile.js:19.
    in Upcoming (at Profile.js:116)
    in div (created by CardBlock)
    in CardBlock (at Profile.js:114)
    in div (created by Card)
    in Card (at Profile.js:113)
    in div (created by Col)
    in Col (at Profile.js:112)
    in div (created by Row)
    in Row (at Profile.js:111)
    in div (created by Container)
    in Container (at Profile.js:103)
    in ProfileView (created by Refetch.connect(ProfileView))
    in Refetch.connect(ProfileView) (created by LoadableComponent)
    in LoadableComponent (created by Route)
    in Route (at App.js:120)
    in Switch (at App.js:118)
    in div (at App.js:67)
    in App (created by Route)
    in Route (at index.js:19)
    in Router (created by BrowserRouter)
    in BrowserRouter (at index.js:18)
    in Provider (at index.js:17)
@Timer Timer added this to the 1.0.x milestone Sep 6, 2017
@Timer Timer changed the title Error overlay not showing contextual information on Windows Error overlay not showing contextual information for warnings Sep 6, 2017
@gaearon
Copy link
Contributor

gaearon commented Sep 6, 2017

Are you testing with 15 or 16? 16 doesn't have the console.reactStack calls (yet).

@Timer
Copy link
Contributor Author

Timer commented Sep 6, 2017

React 15.

@Timer
Copy link
Contributor Author

Timer commented Sep 6, 2017

See #3079.

@Timer Timer closed this as completed Sep 6, 2017
@lock lock bot locked and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants