react-spotify
react-spotify copied to clipboard
Invalid element type
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, or you might have mixed up default and named imports.
Check the render method of MainView
.
./src/index.js src/index.js:16 13 | applyMiddleware(thunk) 14 | ); 15 |
16 | ReactDOM.render( 17 | <Provider store={store}> 18 | <App /> 19 | </Provider>,
The node version seems not to be the problem :(
The node version seems not to be the problem :(
see this issue solution. Try copy and paste I have same issue, but now it working