Closed
Description
The following error crashes the app when using React 16 beta.
React caught an error thrown by Provider. You should fix this error in your code. Consider adding an error boundary to your tree to customize error handling behavior. See https://fb.me/react-error-boundaries for more information.
Error: null
The error is located at:
in Provider
The error was thrown at:
Other error messages that might be relevant:
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.
invariant.js?c115:44 Uncaught Error: Element 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.
By removing react-redux or downgrading to React 15.x it works correctly.
Metadata
Metadata
Assignees
Labels
No labels