cern-sis / react-formule

User-friendly, extensible form builder for React based on JSON Schema and RJSF
https://cern-sis.github.io/react-formule/
MIT License
7 stars 3 forks source link

build(local): add dedupe deps to fix aliased local setup #64

Open miguelgrc opened 4 days ago

miguelgrc commented 4 days ago

The local setup (simple way) was not working without yarn linking react and react-dom. Now, by adding a dedupe statement for those two dependencies, it works out of the box without the need to use yarn link. Note that for the advanced way (i.e. linking the bundle) yarn link is still needed as mentioned in formule-demo's readme. Some legacy yarn commands have been removed as well.