react-foundry@0.0.9
·
76 commits
to main
since this release
Patch Changes
- e93fe6a: Fix a crash on first load when installed from npm. The
use-sync-external-storeshim was inlined into the client bundle as CommonJS, leaving arequire("react")call that throws in the browser. It is now external and resolves from foundry's own dependencies.