Kevin Bevan

Results 3 issues of Kevin Bevan

## Environment Please provide as many details as you can: - Hosting type - [ ] Form.io - [x] Local deployment - Version: 4.14.8 - Formio.js version: 4.14.8 - Frontend...

bug

## Current Behavior When trying to run Jest in a repo that is importing vanilla-colorful, I get the following error message: "Cannot use import statement outside a module" ## Steps...

**Describe the bug** Extending a globally registered component causes the tests associated with it to fail. **To Reproduce** Steps to reproduce the behavior: Extend a globally registered component: ```javascript Vue.use(...

bug