Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 488 Bytes

polite-rice-stare.md

File metadata and controls

7 lines (5 loc) · 488 Bytes
@lit-labs/ssr-react
minor

The Node build of @lit-labs/ssr-react/enable-lit-ssr.js now also monkey-patches react/jsx-runtime to include logic for deeply server-rendering Lit components without modifying jsxImportSource in tsconfig.

The monkey-patching logic also adds a workaround for inconsistent es module interop behavior in tools like webpack which could lead to errors like TypeError: Cannot set property createElement of [object Module] which has only a getter.