-
Notifications
You must be signed in to change notification settings - Fork 89
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
React 16 compatibility issues #18
Comments
Having the same problem. Let me know if you find a way to fix it! |
I think this mainly just stems from the PropTypes package having moved from being included with React v16, to its own package. You might be able to fix it just by installing React PropTypes: npm install --save prop-types Alternatively—because I had this same issue and some more specific styling constraints I needed to deal with—I put together a new react-flipcard component. It’s loosely based on this one, so the API is fairly similar. Demos are here. You can install it with: npm install --save @kennethormandy/react-flipcard Hope either is helpful. |
Also did the same: https://www.npmjs.com/package/flexy-flipcards |
Anybody fix this? |
use this https://github.com/AaronCCWong/react-card-flip .. work goods |
|
When i import
FlipCard
component, it gives the following warning:-TypeError: Cannot read property 'string' of undefined
The text was updated successfully, but these errors were encountered: