Skip to content

Commit 88955b9

Browse files
AlexMunoztimdorr
authored andcommitted
Convert reactBatchedUpdates to TypeScript
1 parent 0150161 commit 88955b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable import/named */
2+
// @ts-ignore
23
import { unstable_batchedUpdates } from 'react-native'
34

45
export { unstable_batchedUpdates }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/* eslint-disable import/no-unresolved */
2+
// @ts-ignore
23
export { unstable_batchedUpdates } from 'react-dom'

0 commit comments

Comments
 (0)