react-validation
react-validation copied to clipboard
this library doesn't work for me
So importing the components from build doesn't work. Even when I copy paste the demo code when I import components from build like it says in the tutorial it doesn't work.
When I cloned the repo and used the components from the /components folder like the demo code does it does work. Not sure what to do besides copy pasting the components to my project.
it works if i copy paste the src directory from the node modules but when i use the build components
I'm having the same issue - imported components from build don't work, but if I include the source manually and roll my own everything seems to work.
Getting the same issue here, importing this package fails.
Which react version you are using? I had to update to react 16 to make it work because react-validation itself use react 16 as dependency (at least i guessed this was the problem).
I am also using React 16. Importing the package would not cause any errors, but once I tried using it it would say that the package was undefined.