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
2.3.6
When i clicked the bottom right corner of the date range picker before or after select a new range of dates. The component fallbacks an error
Unhandled Runtime Error TypeError: Failed to execute 'createTreeWalker' on 'Document': parameter 1 is not of type 'Node'.
This occurs on the main website and when using the component in my own project
https://nextui.org/docs/components/date-range-picker
As a user, i don't expect to have this error on the component.
macOS
Chrome
The text was updated successfully, but these errors were encountered:
ENG-841 [BUG] - Date Range Picker TypeError (Error on click the right corner)
Sorry, something went wrong.
I have the same issue
Hi, I also received the same issue in my next.js project using "@nextui-org/react": "^2.3.6"
"@nextui-org/react": "^2.3.6"
The way I solved it was by installing the package as individual npm install @nextui-org/date-picker, and then using that import in my project.
npm install @nextui-org/date-picker
Before I was using global import {DateRangePicker} from "@nextui-org/react"; which gave me the error, thank you
import {DateRangePicker} from "@nextui-org/react";
@zillBoy Just FYI. This issue has been fixed and our latest version is v2.4.2.
wingkwong
Successfully merging a pull request may close this issue.
NextUI Version
2.3.6
Describe the bug
When i clicked the bottom right corner of the date range picker before or after select a new range of dates. The component fallbacks an error
This occurs on the main website and when using the component in my own project
Your Example Website or App
https://nextui.org/docs/components/date-range-picker
Steps to Reproduce the Bug or Issue
Expected behavior
As a user, i don't expect to have this error on the component.
Screenshots or Videos
Screen-2024-05-15-223040.1.mp4
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: