-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Deprecate QueryErrorBoundary? #1325
Comments
People can be co-author:
|
I agree. A QueryErrorBoundary can be easily created by the user, and I believe it should be up to the user’s discretion as needed. How about deprecating it and simply providing guidance in the form of a recipe? For example, a guide explaining how users can combine @suspensive/react-query with @suspensive/react. (This is just a suggestion.) like Jotai RECIPES: https://jotai.org/docs/recipes/large-objects |
Let's do this in v3 |
related #1325 ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
Package Scope
@suspensive/react-query
Description
Due to the peerDep issue of @suspensive/react-query, some projects have the problem of having to install @suspensive/react. The implementation of QueryErrorBoundary is simple and leaving this implementation up to the user seems to end these problems and solve the peerDep problem.
@gwansikk I want to talk about this issue
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: