Skip to content

Commit

Permalink
Convert reactBatchedUpdates to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMunoz authored and timdorr committed Jun 29, 2021
1 parent d56c262 commit 766dc5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,5 +1,6 @@
/* eslint-disable import/namespace */
/* eslint-disable import/named */
// @ts-ignore
import { unstable_batchedUpdates } from 'react-native'

export { unstable_batchedUpdates }
@@ -1,2 +1,3 @@
/* eslint-disable import/no-unresolved */
// @ts-ignore
export { unstable_batchedUpdates } from 'react-dom'

0 comments on commit 766dc5a

Please sign in to comment.