Question about vendor js #105
bogdanpetrea
started this conversation in
General
Replies: 1 comment 3 replies
-
The Django package includes an older version (v3.14.3) of react-modal. When I release a new version of django-jsonform, I have to manually copy/paste the JS files from the development repository (react-json-form). I must have forgot update the react-modal lib. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been inspecting the vendor files from the static directory, and I found that react-modal.min.js has a few differences from the minified version found at https://registry.npmjs.org/react-modal/-/react-modal-3.15.1.tgz (as mentioned in package-lock.json).
react-dom
andreact
seemed to match with their online versions, just notreact-modal
.Any clue as to why and can it fixed?
Beta Was this translation helpful? Give feedback.
All reactions