We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fede312 commit 9ce9513Copy full SHA for 9ce9513
1 file changed
packages/react-query-next-experimental/src/HydrationStreamProvider.tsx
@@ -156,9 +156,6 @@ export function createHydrationStreamProvider<TShape>() {
156
// Register cache consumer
157
const winStream: Array<Serialized<TShape>> = win[id] ?? []
158
159
- if (!Array.isArray(winStream)) {
160
- throw new Error(`${id} seem to have been registered twice`)
161
- }
162
onEntries(...winStream)
163
164
// Register our own consumer
0 commit comments