Skip to content

react-foundry@0.0.9

Choose a tag to compare

@github-actions github-actions released this 04 Aug 23:32
· 76 commits to main since this release
5f2978a

Patch Changes

  • e93fe6a: Fix a crash on first load when installed from npm. The use-sync-external-store shim was inlined into the client bundle as CommonJS, leaving a require("react") call that throws in the browser. It is now external and resolves from foundry's own dependencies.