openscad / openscad-playground

OpenSCAD Web Playground
https://ochafik.com/openscad2
Other
91 stars 27 forks source link

pins primereact to work around incompatability in FilePicker.tsx #4

Closed stockholmux closed 1 year ago

stockholmux commented 1 year ago

Fixes #3

In primereact 9.4.0+ an incompatibility was created in how this repo uses the FilePicker component resulting in an unusable build

This pull request pins the primereact dependency to the latest compatible version (9.3.1). Long term, the project should either refactor the use of the FilePicker or move to a component library that respects SemVer.