-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Calendar: Setting value in range mode #3545
Comments
mjanota
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Nov 1, 2022
The bug is not in PrimeReact 8.5.0 |
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 1, 2022
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 1, 2022
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 1, 2022
Thanks for the report. Use 8.7.0 for now it will be fixed in 8.7.2. |
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 1, 2022
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 1, 2022
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 1, 2022
melloware
added a commit
that referenced
this issue
Nov 1, 2022
Yep you can use anything lower than 8.7.1 until 8.7.2 is released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am trying to set the value programmatically in useEffect.
This throws Uncaught TypeError: newDate.getMonth is not a function on line 2657 in calendar.esm.js because newDate in range mode is an array
Reproducer
https://codesandbox.io/s/upbeat-nightingale-mrly1j?file=/src/demo/CalendarDemo.js
PrimeReact version
7.8.1
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: