-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Describe the bug
When a paginated fragment is spread on a query annotated with @loading, the paginated query will get a node id of PendingValue, and cannot be fetched. This results in the paginated fragment not showing up on the page.
In order to make it work as expected, a workaround is to wrap the component with an if-check to only render it when @loading is finished.
I wonder if we can fix this so that the if check is not necessary.
Demo of the bug:
https://youtu.be/Wilvm7t_5Ss
Reproduction
Metadata
Metadata
Assignees
Labels
No labels