Skip to content

Commit b6bbe30

Browse files
committed
lint
1 parent 278499d commit b6bbe30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/react-server/src/ReactFlightNewContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export function pushProvider<T: ServerContextJSONValue>(
230230
return newNode;
231231
}
232232

233-
export function popProvider<T: ServerContextJSONValue>(): ContextSnapshot {
233+
export function popProvider(): ContextSnapshot {
234234
const prevSnapshot = currentActiveSnapshot;
235235

236236
if (prevSnapshot === null) {

packages/react-server/src/ReactFlightServer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ import {
5555
REACT_LAZY_TYPE,
5656
REACT_MEMO_TYPE,
5757
REACT_PROVIDER_TYPE,
58-
REACT_SERVER_CONTEXT_TYPE,
5958
} from 'shared/ReactSymbols';
6059

6160
import {getOrCreateServerContext} from 'shared/ReactServerContextRegistry';

0 commit comments

Comments
 (0)