@solidjs/[email protected]
@solidjs/[email protected]
Release Notes
Patch Changes
- b6dfaac: Updated dependencies, including
cookie-esto 3,shikito 4,srvxto 0.12.4,oxc-parserto 0.141 andserovalto 1.5.6.parseSetCookienow returnsundefinedfor cookies with a forbidden name or an empty name and value, and those cookies are no longer forwarded to nested server function requests. - 02cd41e: Stop the dev toolbar from reporting benign
ResizeObserver loopnotifications as application errors. Browsers dispatch these as windowerrorevents carrying no error object, so the toolbar was capturing the rawErrorEventand force-opening the error panel over the app on every resize. - d3c2af2: Don't send server error stack traces to the client in production builds. When a server function throws, the error is serialized and rethrown on the client, and seroval included
Error.prototype.stackby default, leaking server file paths and internal function names. Stacks are still serialized in development.