This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Unknown props issue #26
Comments
Hi, this issue is fixed by #25 |
My package.json is something like :
And the render in src/shuffle.js is something like :
But the warning still exists. |
Any idea why this is not working? |
When will this fix be available on npm? |
@kenwheeler could you publish the module with the new fixes? Thanks. |
The lib folder needs to be recompiled, that is all. |
If @kenwheeler could publish this. would be fantastic.. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an issue with props. My render method is something like this :
But the animation doesn't happening and I'm getting warning
bundle.js:8394 Warning: Unknown props
duration
,fade
,initial
on div tag. Remove these props from the element. For details, see https://fb.me/react-unknown-propThe text was updated successfully, but these errors were encountered: