Łukasz Szarpak
Łukasz Szarpak
I found a solution. Create your own composable and then use it the same way as described in the docs. Just make sure that vue-toastification/nuxt is added to modules in...
Solved here: https://github.com/Maronato/vue-toastification/pull/337#issuecomment-1362881115
Any update on this issue? I experience the same thing
We're experiencing the same thing. Why isn't anything done regarding this issue?
Why isn't this fixed? It makes this package unsable.
@tonyketcham I added the minimal reproduction repo: https://github.com/lukaszarpak/modyfi-vite-plugin-yaml-bug-example After thorough investigation I noticed the error appears ONLY when `@intlify/unplugin-vue-i18n` vite's plugin is used in vite.config with `include` option passed in....
In our case that `include` option wasn't needed so we deleted it and everything works fine
Actually this package `@intlify/unplugin-vue-i18n` seems to be completely redundant. Our app works perfectly fine without it. So I suppose this bug can be closed as it isn't related to `Modyfi/vite-plugin-yaml`...
I experience exactly the same error with exactly the same setup. I noticed it happens only inside of a docker container. When I run the `storybook` command outside of the...
I tried with another version of Node, 18.19.0, but there still was the same error. I suppose the error isn't caused by Node itself but rather there's a regression in...