How do I use the VJSF in vue 3 ? I am using vite as the build tool. I tried the installation steps as per the documentation. However I am receiving an error from vite,
Forced re-optimization of dependencies Failed to resolve dependency: ajv/dist/2019.js, present in 'optimizeDeps.include' Failed to resolve dependency: ajv-i18n, present in 'optimizeDeps.include' Failed to resolve dependency: ajv-errors, present in 'optimizeDeps.include'
I have added the configs related to VJSF commonJS deps in vite. Still the error persists.
Can some one help me with the correct usage of the package. Or please help me with alternatives to VJSF that is compatible with vue 3 and vuetify 3.