Victor V.

Results 6 comments of Victor V.

I ran into this issue and figured out that it was being caused by eslint. adding ```// eslint-disable-next-line import/no-unresolved``` before the import solved it for us. We were running on...

I think this was actually fixed in the latest minor patch for vueform (1.9.9). I managed to fix the severity by running `npm audit fix` which bumped vueform.

I ran into this issue on Mac. I was able to fix it on Mac following @Propheticus instructions and rebinding the Toggle Inspector shortcut to `CMD+SHIFT+C`

As a workaround I am using two separate vueform configs, one for the builder and one for the viewer. That seems to get around the problem

Hello, just bumping this post since we recently had a security vulnerability alert get triggered due to jest 29.7.6 being a dependency of this package

Hey everyone, I ran into this issue myself. I found out that the problem was that I had set my `NODE_ENV=production` in my env settings and that was causing the...