We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-native: 0.59.8 OS: Ubuntu 18.04.2 LTS
const composeEnhancers = composeWithDevTools({actionCreators, trace: true, traceLimit: 25}); export const ConfigureStore = () => { return createStore( combineReducers({ posts: postsReducer, users: usersReducer }), composeEnhancers(applyMiddleware(thunk, log, api)) ); };
Suddenly stopped working. And I get this error:
The text was updated successfully, but these errors were encountered:
I got the same error with react native 0.62.0.
Sorry, something went wrong.
No branches or pull requests
react-native: 0.59.8
OS: Ubuntu 18.04.2 LTS
Suddenly stopped working. And I get this error:
The text was updated successfully, but these errors were encountered: