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
A version of react and react-dom is bundled with @acpaas-ui/react-components. This causes problems when projects using these components have a different version of react. This should be a peer dependency and should not be bundled into the build.
To Reproduce
Steps to reproduce the behavior:
Create a new Antwerp UI React project with the Digipolis UI starter kit
Copy the Telephonenumber example out of the examples
As workaround a project can set their react and react-dom versions in package.json to be identical to that of the react-components dependency, delete node_modules and package-lock.json and reinstall packages. That will make sure only one copy of react is used.
Describe the bug
A version of react and react-dom is bundled with @acpaas-ui/react-components. This causes problems when projects using these components have a different version of react. This should be a peer dependency and should not be bundled into the build.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
react and react-dom are not bundled into the build but are peer dependencies
Additional context
Reported for "Regie Kinderopvang" by Aptus
The text was updated successfully, but these errors were encountered: