Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100876867
useIsomorphicEffect.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 3, 13:06
Size
334 B
Mime Type
text/x-java
Expires
Wed, Feb 5, 13:06 (2 d)
Engine
blob
Format
Raw Data
Handle
24047464
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
useIsomorphicEffect.d.ts
View Options
import { useEffect } from 'react';
declare const _default: typeof useEffect;
/**
* Is `useLayoutEffect` in a DOM or React Native environment, otherwise resolves to useEffect
* Only useful to avoid the console warning.
*
* PREFER `useEffect` UNLESS YOU KNOW WHAT YOU ARE DOING.
*
* @category effects
*/
export default _default;
Event Timeline
Log In to Comment