We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6eefd7 commit 8275e6eCopy full SHA for 8275e6e
packages/animated/src/createAnimatedComponent.tsx
@@ -1,4 +1,4 @@
1
-import { forwardRef, useCallback, useRef, Ref } from 'react'
+import React, { forwardRef, useCallback, useRef, Ref } from 'react'
2
import * as G from 'shared/globals'
3
import { is, useForceUpdate, useOnce, ElementType } from 'shared'
4
import { AnimatedProps } from './AnimatedProps'
0 commit comments