Robin
Robin
@tajnymag @Mister-Hope Do you have a minimal reproduction for this issue? Are there any steps to reproduce this without having an in-app browser?
If we add a fallback, I need to know when to use the fallback. > whenever Clipboard APi fails (user refuse when prompt or browser refused for security), try again...
I've added the fallback to `useClipboard` (#4512), maybe you can test it wherever you get this problem. Actually `navigator!.clipboard.writeText(value)` should never fail with NotAllowed because we are checking for permissions....
This error seems to have been solved after updating the reproductions. (`npx nuxt@latest upgrade --dedupe`) + update vue-tsc
`pnpx nuxt@latest upgrade --dedupe` looks like this issue is fixed.
I think we need some adjustments to be used with vite-rolldown ``` WARN You have set optimizeDeps.esbuildOptions but this options is now deprecated. Vite now uses Rolldown to optimize the...
> Rolldown is currently not support Ohh. So they will implement this? I read it as if it did not exist (and will not exist) for some reason.
Not sure if this can be fixed with https://github.com/nuxt/nuxt/pull/32300 cc: @cernymatej
Thanks for your PR! Would you mind adding tests for this feature?
I would like to help. The biggest blocker for me is that 80% of the topics are in CN. Maybe we should mark English templates as preferred, that would make...