React query initial data
I'm getting an error that initial data type isn't correct
Solution:Jump to solution
```ts
initialData: {
pageParams: [undefined],
pages: [{ releases: initialReleases, nextId: initialNextId }],
},...
1 Reply
Solution