Katia
Katia
Any updates or workarounds on this issue?
For people who have this issue, you can work around it by adding a version to the command. ``` npx [email protected] ```
Is there already a solution for css that is loaded multiple times if you use the "use client" mode? I use css modules and have f.e. several buttons or inputs...
Maybe not the best solution for now, but converting to the pages router fixed it for me.
> I prefer to solve the problem with code like the one below. > > ```ts > const isMacARM = async () => { > try { > const agentData...