Skip to content

Commit 972400f

Browse files
committed
fix from rebase
1 parent dbaeccd commit 972400f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-is/src/ReactIs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {
2626
REACT_VIEW_TRANSITION_TYPE,
2727
REACT_SCOPE_TYPE,
2828
REACT_LEGACY_HIDDEN_TYPE,
29-
REACT_OFFSCREEN_TYPE,
3029
REACT_TRACING_MARKER_TYPE,
3130
} from 'shared/ReactSymbols';
3231

@@ -116,7 +115,6 @@ export function isValidElementType(type: mixed): boolean {
116115
type === REACT_SUSPENSE_TYPE ||
117116
type === REACT_SUSPENSE_LIST_TYPE ||
118117
(enableLegacyHidden && type === REACT_LEGACY_HIDDEN_TYPE) ||
119-
type === REACT_OFFSCREEN_TYPE ||
120118
(enableScopeAPI && type === REACT_SCOPE_TYPE) ||
121119
(enableTransitionTracing && type === REACT_TRACING_MARKER_TYPE) ||
122120
(enableViewTransition && type === REACT_VIEW_TRANSITION_TYPE)

0 commit comments

Comments
 (0)