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
The npm install command has a typo in it on https://www.npmjs.com/package/react-toastify-redux
npm install --save react-toasify-redux should be npm install --save react-toastify-redux
npm install --save react-toasify-redux
npm install --save react-toastify-redux
It almost made me give up on using it!
The text was updated successfully, but these errors were encountered:
And to add to that, it's ToastContainer not ToastController per your code. Documentation needs some updating!
ToastContainer
ToastController
Sorry, something went wrong.
This drove me nuts for a while. Didnt pick up on the ToastContainer issue until I read this. I thought the rename was deliberate.
The doco should probably mention you still need import 'react-toastify/dist/ReactToastify.css'; to make it render properly
import 'react-toastify/dist/ReactToastify.css';
No branches or pull requests
The npm install command has a typo in it on https://www.npmjs.com/package/react-toastify-redux
npm install --save react-toasify-redux
should be
npm install --save react-toastify-redux
It almost made me give up on using it!
The text was updated successfully, but these errors were encountered: