@qwik.dev/router@2.0.0-beta.34
📦 qwikView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This patch release fixes critical bugs related to serialization errors in route loaders/actions and restores functionality to router mocks following V2 refactors. It also updates the core dependency.
🐛 Bug Fixes
- Fixed Q3 error "Only primitive and object literals can be serialized" which no longer throws for route loaders and actions.
- Fixed `QwikRouterMockProvider`'s `loaders` mocks which were broken due to a V2 refactor; they now correctly mimic V2's implementation.