v0.9.0
Breaking Changes
- Removed
ErrorComponent
configuration option, prefer using a custom error boundary at the root level of your app (in_app.ts
). - Changed logic for detecting if query variables have changed, this should prevent unintended re-renderings.
Full Changelog: v0.8.0...v0.9.0