-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi guys, I have a test with some typescript mixins, if I run test, all works!
BaseField.vue Component
✓ Is in wrapper element
✓ Has slot
✓ It contains a valid button-group
✓ It contains a valid button-group label
✓ It not contains a default required *
✓ It contains a default required *
✓ Is visible by default
✓ Can toggle visibility
✓ Is does not show any errors
✓ Is show errors when triggered
But, if I run test with --watch options, first time all works, but at the first watcher refresh I get:
TS2307: Cannot find module '!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js' or its corresponding type declarations.
For each .ts file that it tries to load!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working