-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Invariant Violation: ToastContainer.render() #60
Labels
Comments
Thats because on the last update the render is returning an Array which is only valid in React 16>. Just fix the package version to 2.1.0 or update react. |
hmm maybe it was not a good idea to return an array. What do you think ? |
I'll fix it now. I was a bit too optimistic. |
Sorry for that change. It's fixed now. |
you're awesome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two working version of my application, one is local host and one on aws ,
weirdly, notify function works fine on my local host by on the aws i get this error upon launch
Invariant Violation: ToastContainer.render() ...
The text was updated successfully, but these errors were encountered: