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 0150161 commit 88955b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,4 +1,5 @@
/* 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 88955b9

Please sign in to comment.