Skip to content

Commit e91e48f

Browse files
committed
feat(react): add REACT_ACTIVITY_TYPE to react-is helper
1 parent a6db6e8 commit e91e48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helper/react-is.helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ const knownValidSymbols = new Set([
216216
REACT_SUSPENSE_TYPE,
217217
REACT_SUSPENSE_LIST_TYPE,
218218
REACT_VIEW_TRANSITION_TYPE,
219+
REACT_ACTIVITY_TYPE,
219220
])
220221

221222
/**

0 commit comments

Comments
 (0)