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 ea8fce2 commit 9220a3eCopy full SHA for 9220a3e
packages/react-router-with-query/src/index.tsx
@@ -200,7 +200,7 @@ function createPushableStream(): PushableStream {
200
stream,
201
enqueue: (chunk) => controllerRef.enqueue(chunk),
202
close: () => {
203
- controllerRef?.close()
+ controllerRef.close()
204
_isClosed = true
205
},
206
isClosed: () => _isClosed,
0 commit comments