mcrapts
mcrapts
I honestly think this will never get addressed, Vuex appears to have been abandoned in favor of Pinia, despite it being a first-party package in the Vue namespace on GitHub....
Any news? There's basically an update every week it seems so I have a permanent big orange update button. I understand, there's an update but Portainer is not critical to...
No it doesn't work for me yet with Nuxt 3.2.0 and Nitro 2.2.1.
Maybe the behavior is different if you deploy to Vercel? If I run `npm run build` and start the build locally the source code changes on every refresh for static...
Indeed `swr: 60` works. But `static: true` still doesn't do anything, so I think this is not completely resolved. Though I agree the performance benefit is already significant with `swr:...
I tried it out, and I like it! Specifically I'm trying to handle the situation where the network connection is interrupted. This especially can happen often in corporate environments with...
> @mcrapts Would you explain more about this: > > > > > The hook will trigger in the production build, but now I encounter the problem that the hook...
Great! Upgrading to the latest vue-tsc (`npm i vue-tsc@latest`) also did the trick for me.
This issue is also happening again for me.
After further investigation, the server assets don't end up in the production bundle at all. So using the different keys only works in development build and not in the production...