Skip to content
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

Added Support for React16.4 by removing dependancy of React's interna… #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ashwinkjoseph
Copy link

…l Prop Types and using prop-types package and fixed some issues with webpack config file and added [email protected] in the package.json

As of today, I was not able to use the library with react 16.4.x as React has removed PropTypes from its core library in favor of a separate Library.

Since this change hasn't been accommodated yet into this library I have removed the dependency on Reacts built in PropTypes and have required in prop-types separately from NPM

I also found that webpack was not in the devDependancies or the dependencies and have added the version compatible with your config file to the list in package.json

Also, I found some issues with your webpack.prod.config.js when I tried running [email protected] so I have made the changes to make it work with [email protected]

…l Prop Types and using prop-types package and fixed some issues with webpack config file and added [email protected] in the package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant