Matteo Rigoni

Results 96 comments of Matteo Rigoni

The context from which the retaining might be starting seems to be the function from formkit pro that attaches pro components to the global instance, but again I'm not so...

I have a theory: In our case we were passing the formkit pro key via a runtimeConfig value in this way: ```ts export default defineFormKitConfig(() => { const myConf =...

Remove useRuntimeConfig from inside the definee function. Either hard code the key (which is visible anyway in frontend) or use import.meta.env. After that, check if the leak is still present...

First improvement on this topic would be to move the plugin logic to a build time module for performance, stability and versioning reasons

Same issue here with nuxt

Was looking for this just right now! Is this a "good first issue" for a zig novice?