UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (5 loc) 256 B
import { useEffect, useLayoutEffect } from 'react'; import { isServer } from './target.js'; // eslint-disable-next-line no-restricted-imports const useIsomorphicLayoutEffect = isServer ? useEffect : useLayoutEffect; export { useIsomorphicLayoutEffect };