I needed a time input so initially was going to use: https://www.npmjs.com/package/react-time-picker however, when I try to do the basic example I get the following console error:
Uncaught Error: Dynamic require of "~/node_modules/react-clock/dist/Clock.css" is not supported
__require chunk-ACCAMVX6.js:12
js entry.js:8
__require2 chunk-ACCAMVX6.js:18
<anonymous> react-time-picker:1
[chunk-ACCAMVX6.js:12:9](http://localhost:3000/node_modules/.vite/deps/chunk-ACCAMVX6.js?v=7a9889ac)
__require chunk-ACCAMVX6.js:12
js entry.js:8
__require2 chunk-ACCAMVX6.js:18
<anonymous> react-time-picker:1
InnerModuleEvaluation self-hosted:2325
InnerModuleEvaluation self-hosted:2325
InnerModuleEvaluation self-hosted:2325
InnerModuleEvaluation self-hosted:2325
evaluation self-hosted:2286
Not that this is critical thing, there are many ways to add time inputs, but in case it reflects a more significant issue I thought I'd post the issue here.
I needed a time input so initially was going to use: https://www.npmjs.com/package/react-time-picker however, when I try to do the basic example I get the following console error:
Not that this is critical thing, there are many ways to add time inputs, but in case it reflects a more significant issue I thought I'd post the issue here.