@solidjs/[email protected]
@solidjs/[email protected]
Release Notes
Minor Changes
- f3e84ec: Add support for
server-onlyandclient-onlymodules
Patch Changes
- a8a2328: fix: mark
@solidjs/start/httpand@solidjs/start/middlewareasserver-onlyso importing them from client-reachable code fails loudly at dev/build time, instead of silently shipping them to the browser where they crashed hydration and broke unrelated actions/forms with no diagnostic (#2068)