-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
A bunch more breaking changes were added in the 0.7-rc.1 release. We should document them in the migration guide:
- The server context is gone
- Server functions return a different error type
- Server function data encodings are gone
- Middleware support is gone
- Multiple error support for the error boundary was removed
- The dioxus error type is no longer clone which means you can't call most resources like functions
- RSX context methods thrown from children to boundaries for errors and suspense are gone
- index.html support is gone
These changes also break a significant chunk of the doc examples that are checked (and likely more that are unchecked). We should go through each example and check them again before the release or address #537
Metadata
Metadata
Assignees
Labels
No labels