We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-kronos appears to be incompatible with the latest version of moment-range - crashing with a Type Error: range is not a function
Type Error: range is not a function
I believe the error is coming from https://github.com/dubert/react-kronos/blob/10eab390ee66af45fad324bd4c7bdbf61175c45a/src/calendar.js#L109
The new syntax for moment-range is
moment-range
import Moment from 'moment' import { extendMoment } from 'moment-range' const moment = extendMoment(Moment)
I have fixed moment-range to v2.2.0 in our project as a temporary fix.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up! Should be able to fix it pretty quickly.
Sorry, something went wrong.
No branches or pull requests
react-kronos appears to be incompatible with the latest version of moment-range - crashing with a
Type Error: range is not a function
I believe the error is coming from https://github.com/dubert/react-kronos/blob/10eab390ee66af45fad324bd4c7bdbf61175c45a/src/calendar.js#L109
The new syntax for
moment-range
isI have fixed
moment-range
to v2.2.0 in our project as a temporary fix.The text was updated successfully, but these errors were encountered: