-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONDigger is not defined #79
Comments
JSONDigger is a dependency that was added in the base library since version 3.4.0. I tried to add this dependency in the add-on using One other aproach I tried was to donwgrade the library dependency to one that is not using JsonDigger, like 3.2.0, It works but some styling break on the drag/drog example that would need fixing. |
Found this related issue on the original library. |
@paodb It seems we're facing a similar issue due to an upstream dependency. The JSON Digger library was added as a required dependency, but it brought in webpack-related dependencies along with it. You can see the source here: https://raw.githubusercontent.com/dabeng/json-digger/refs/heads/master/dist/json-digger.js (The JS file is quite large 😅). Not sure if your situation is better, but for us, we're not using webpack at all, and this has become a blocker for upgrading. |
Describe the bug
Expected behavior
No response
Minimal reproducible example
Add-on Version
5.0.1
Vaadin Version
24.4.1
Additional information
No response
The text was updated successfully, but these errors were encountered: