duality-labs / duality-web-app

2 stars 2 forks source link

fix deprecated Dialog dependency issues #482

Closed dib542 closed 9 months ago

dib542 commented 9 months ago

The @reach/dialog v0.18.0 component is deprecated and its dependencies expect a peer dependency on React 16. We are currently on React 18 and although it technically still works, the build step when run in a new environment can be problematic, and I'm having trouble replicating the private dependency issues the the build steps of a new private dependency in

This can be solved by replacing the current Dialog dependency with something explicitly compatible with or agnostic to React 18