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
Works fine on chrome but crashes in safari m1 pro.
use it in safari that's it.
Package Version: 1.4.0 React version: 18.2.0 Node version: 18.15.0 Browser: Safari Version 17.0 (19616.1.27.211.1)
The text was updated successfully, but these errors were encountered:
Please provide the sample code for replicating the error. Which component did you use and what were the props.
Sorry, something went wrong.
Try this
setRange([ { startDate: new Date(formattedStartDate.replace(/-/g, "/")), endDate: new Date(formattedEndDate.replace(/-/g, "/")), key: "selection", }, ]);
No branches or pull requests
Subject of the issue
Works fine on chrome but crashes in safari m1 pro.
[BUG] Bug Reproduce Steps
use it in safari that's it.
[BUG] Expected behaviour
Environment
Package Version: 1.4.0
React version: 18.2.0
Node version: 18.15.0
Browser: Safari Version 17.0 (19616.1.27.211.1)
The text was updated successfully, but these errors were encountered: