Skip to content

v0.2.2

Choose a tag to compare

@markmals markmals released this 16 Mar 02:08
· 33 commits to main since this release

Fixes

  • RSC: Remove <Scripts /> from root.tsxScripts is not exported under the react-server condition, causing an "Element type is invalid" error. Script injection is already handled by bootstrapScriptContent in entry.ssr.tsx.
  • Add babel-plugin-react-compiler dependency — Required peer dependency for @vitejs/plugin-react's reactCompilerPreset was missing from generated projects.