You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is that the 201c0c9 commit is not actually reflected in the current version(2.7.0) of the package.
This can be easily verified:
Here is the link to the npm code (open .cjs.dev.js or .cjs.prod.js file) where you need to find the line var styles = react.useStyleConfig('CalendarDay', {, and see that there is no interval here.
If you download the code and run npm run build, in the source code at around line +- 541 (or it's better to find it by the line I provided above), there will be a parameter interval.
The text was updated successfully, but these errors were encountered:
The bug is that the 201c0c9 commit is not actually reflected in the current version(2.7.0) of the package.
This can be easily verified:
.cjs.dev.js
or.cjs.prod.js
file) where you need to find the linevar styles = react.useStyleConfig('CalendarDay', {
, and see that there is nointerval
here.npm run build
, in the source code at around line +- 541 (or it's better to find it by the line I provided above), there will be a parameterinterval
.The text was updated successfully, but these errors were encountered: