Lesha-spr / react-validation

React Validation Components
336 stars 116 forks source link

ERROR in react-validation/lib/build/validation.js #83

Open mparker11 opened 7 years ago

mparker11 commented 7 years ago

Just pulled in v2.10.9 and on build I'm getting this error

shot_170211_091211

Any idea on what could be happening?

cpurodriguez commented 7 years ago

you need to install classnames module:

npm install classnames --save

Had the same issue and this sorted it out