-
Notifications
You must be signed in to change notification settings - Fork 112
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
Unknown props toastMessageFactory, toastType, preventDuplicates, newestOnTop #72
Comments
@jonasostrom Kindly share the version of React you are using. |
devDependencies": { |
I would encourage you to check out this solved issue. Please let us know if the issue persists. |
I'm using React-15.4.1 and am running into this as well. What's weird is I only get it on initial load. I also confirmed that I'm using the latest version of react-toastr, which has the fix you linked to. |
i'm using [email protected] and [email protected] i'm getting this error |
reproduced also in react 16 |
ok, i just figure this out. and the issue is react-toastr print all unknown props to the DOM... |
warning.js:44 Warning: Unknown props toastMessageFactory, toastType, preventDuplicates, newestOnTop on
tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
in div (created by ToastContainer)
in ToastContainer (created by Notification)
in Notification (created by ToolBar)
in div (created by ToolBar)
in ToolBar (created by BootstrapTable)
in div (created by BootstrapTable)
in div (created by BootstrapTable)
in BootstrapTable (created by ListShipments)
in div (created by ListShipments)
in ListShipments (created by Dashboard)
in div (created by Dashboard)
in div (created by Dashboard)
in div (created by Dashboard)
in Dashboard
The text was updated successfully, but these errors were encountered: