You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use jsonforms-vue-vuetify with the latest vuetify package (3.8.0) I get an error Error: Build failed with 1 error: node_modules/@jsonforms/vue-vuetify/lib/jsonforms-vue-vuetify.esm.js:31:29: ERROR: Could not resolve "vuetify/labs/VNumberInput"
This is due to VNumberInput moving from "lab" to "core".
Expected behavior
Building with vite should give no error
Steps to reproduce the issue
Create a new vue project, add vuetify, jsonforms, jsonforms-vue and jsonform-vue-vuetify.
Configure jsonforms to use vue-vuetify renderer
Build the project.
Screenshots
No response
Which Version of JSON Forms are you using?
v3.5.1
Package
Vue Vuetify Renderers
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to use jsonforms-vue-vuetify with the latest vuetify package (3.8.0) I get an error
Error: Build failed with 1 error: node_modules/@jsonforms/vue-vuetify/lib/jsonforms-vue-vuetify.esm.js:31:29: ERROR: Could not resolve "vuetify/labs/VNumberInput"
This is due to VNumberInput moving from "lab" to "core".
Expected behavior
Building with vite should give no error
Steps to reproduce the issue
Create a new vue project, add vuetify, jsonforms, jsonforms-vue and jsonform-vue-vuetify.
Configure jsonforms to use vue-vuetify renderer
Build the project.
Screenshots
No response
Which Version of JSON Forms are you using?
v3.5.1
Package
Vue Vuetify Renderers
Additional context
No response
The text was updated successfully, but these errors were encountered: