mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-16 04:10:30 +00:00
[fix] SSR of Animated doesn't call useLayoutEffect
This commit is contained in:
+2
-1
@@ -17,12 +17,13 @@ import NativeAnimatedHelper from './NativeAnimatedHelper';
|
||||
import {
|
||||
useCallback,
|
||||
useEffect,
|
||||
useLayoutEffect,
|
||||
useMemo,
|
||||
useReducer,
|
||||
useRef,
|
||||
} from 'react';
|
||||
|
||||
import useLayoutEffect from '../../../modules/useLayoutEffect';
|
||||
|
||||
type ReducedProps<TProps> = {
|
||||
...TProps,
|
||||
collapsable: boolean,
|
||||
|
||||
Reference in New Issue
Block a user