liveview-native / liveview-native/liveview-native-core
Show meaningful error view when response type is not swiftui
Open
@carson-katri is already working on this.
Since Sep 17, 2024.
- Dominant language
- Rust
- Stars
- 166
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
If someone forgets to add `use MyAppNative, :live_view` to their LiveView the application will respond with a `html` response. We currently just spin in this event. We cannot capture this issue on the server because our code isn't added at all to the LiveView but we can capture this on the client to provide a meaningful explanation of what is happening and push the developer in the correct direction.
/cc @dbii
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.