You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this refactor, we don't need to pass data source id from the page component side. It will be filled in the API side and automatic reload when using useFetcher after data source id change.
Any remaining open questions?
Sometimes, the params in useFetcher will be changed immediately when data source changed. It will send two requests, it is unnecessary. The useFetcher need to cancel previous request first.
The text was updated successfully, but these errors were encountered:
What/Why
What are you proposing?
This issue is for proposing refactor useFetcher can be automatic reload after data source id change.
What users have asked for this feature?
#315
What problems are you trying to solve?
After this refactor, we don't need to pass data source id from the page component side. It will be filled in the API side and automatic reload when using useFetcher after data source id change.
Any remaining open questions?
Sometimes, the params in useFetcher will be changed immediately when data source changed. It will send two requests, it is unnecessary. The useFetcher need to cancel previous request first.
The text was updated successfully, but these errors were encountered: