LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

Update formsy-react #1541

Closed labkey-nicka closed 1 month ago

labkey-nicka commented 1 month ago

Rationale

This removes our dependency on formsy-react by inlining the implementation into the @labkey/components package. I made several attempts to use the imported package but could not get the package to import correctly in all cases. Additionally, the supplied typings are out-of-date / out-of-sync with what is actually furnished making for further difficulty in getting the package to compile.

Related Pull Requests

Changes