Availity / availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.
https://availity.github.io/availity-reactstrap-validation/
MIT License
191 stars 70 forks source link

moment.js upgrade break up the lib, am getting Module not found: Can't resolve './locale' at runtime #191

Open simo97 opened 4 years ago

simo97 commented 4 years ago

https://github.com/Availity/availity-reactstrap-validation/blob/ec3062beddaa8bb36ca19b4c147d7bf9c1a7d5fc/package.json#L60

This line imply an update of the moment.js version to the latest release (1 may 2020) which has a problem https://github.com/moment/moment/issues/4216 but am unable to fix this by myself. event by specifying moment version in package.js resolutions.

May be it is a good idea to explicitly specify the latest stable version in the package.json while they fix the problem.