Replies: 1 comment 1 reply
-
Hi, @josh-0000! I don't think this discussion/issue was meant for this repository. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This issue only occurs when web packing a component that uses react-datepicker and then using that component in another application.
Downloading react-datepicker locally and using a local version of the component works fine.
Application builds fine the error only occurs when navigating to the page where the component is located.
Our main application uses next, a page's paradigm, and runs client side.
What has been attempted that didn’t work?
What works?
• Copy over the DatePicker folder from common-ui to your application, reference the local version of DateTimePicker, and install react-datepicker to your application.
What does our component look like?
Beta Was this translation helpful? Give feedback.
All reactions