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
With JSON Forms 3.3.0 and Forms Vuetify 3.3.0-preview.0, I was able to correctly use JSON Forms.
The recent release of 3.4.0 broke something, and now Controls and HorizontalLayout are no longer rendered.
In the DOM it is only an empty HTML comment.
This only occurs when I run pnpm build && pnpm preview, in dev mode (pnpm dev) it still works correctly.
Expected behavior
All Control and Layout components are rendered correctly.
Note that mixing JSON Forms versions is fine for investigating, however you might run into weird runtime behavior. So for now I recommend you to stay on the same old version which works for you.
fix#2378
The registry entries for the renderers were configured in the same files
as the renderers. This lead to the entries being removed due to tree shaking
during production builds using esbuild (as used by Vite).
This extracts all entries to separate files and improves the README to no
longer import the renderers asynchronously .
fixeclipsesource#2378
The registry entries for the renderers were configured in the same files
as the renderers. This lead to the entries being removed due to tree shaking
during production builds using esbuild (as used by Vite).
This extracts all entries to separate files and improves the README to no
longer import the renderers asynchronously .
Describe the bug
With JSON Forms 3.3.0 and Forms Vuetify 3.3.0-preview.0, I was able to correctly use JSON Forms.
The recent release of 3.4.0 broke something, and now Controls and HorizontalLayout are no longer rendered.
In the DOM it is only an empty HTML comment.
This only occurs when I run
pnpm build && pnpm preview
, in dev mode (pnpm dev
) it still works correctly.Expected behavior
All Control and Layout components are rendered correctly.
Steps to reproduce the issue
Screenshots
This is how it looks with latest versions:
This is how it looks with only vue-vuetify downgraded:
Which Version of JSON Forms are you using?
v3.4.0
Package
Vue Vuetify Renderers
Additional context
Here is the full list of the dependencies:
The text was updated successfully, but these errors were encountered: