Skip to content

Commit 766dc5a

Browse files
AlexMunoztimdorr
authored andcommitted
Convert reactBatchedUpdates to TypeScript
1 parent d56c262 commit 766dc5a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* eslint-disable import/namespace */
22
/* eslint-disable import/named */
3+
// @ts-ignore
34
import { unstable_batchedUpdates } from 'react-native'
45

56
export { unstable_batchedUpdates }
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)