time-picker
time-picker copied to clipboard
cannot change time in during dev mode / localhost
I'm trying to change the time during development mode on localhost, but I cannot do that. However, it works fine in production mode. Why is that, and how can we fix it? Thanks for your work.
So you are running npm run dev
and you face that problem?
That's super weird and I haven't faced it yet. Do you mind providing a few more information to reproduce it? (npm version, OS,..)
yes, when i try to use both: npm run dev or pnpm run dev
more info:
npm version 10.2.3 or ppm version 8.10.2 node version 21.1.0 macOS Sonoma 14.1
Yeah this is also happening to me