Replies: 1 comment
|
Same, did you find a solution? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm having an issue with making the date picker work in deployed environment.
Setting the date via keyboard works, but the moment I click on calendar icon, to open the calendar popover, I get an error to console saying:
Uncaught Error: Unknown date typeWeirdest thing I cant figure out, is that this error only appears, after I deploy the app onto the hosting.
In dev environment it works just fine with no issues.
I am using AWS Amplify for hosting.
Here is my date picker component:
All reactions