@solidjs/[email protected]
@solidjs/[email protected]
Release Notes
Patch Changes
- d9018d6: fix(types): add missing properties to
SolidStartOptionsand expose them via Vite plugin configuration - e26cef0: Fix TS2883/TS2742 when emitting declarations for
entry-server.tsx.createHandlernow returnsStartHandler, a type owned by@solidjs/start, instead of h3'sH3, so the inferred type ofexport default createHandler(...)no longer has to be named through a nestednode_modules/@solidjs/start/node_modules/h3path. - 7c8dbe6: keep TypeScript namespace members in route files during production builds
- b3c7aaf: Update
h3to2.0.1-rc.26. - b3c7aaf: Fixed event response status and headers set during server-side rendering with deferred async resources, not being applied on the outgoing response.