Linting
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { useEffect, useLayoutEffect } from 'react'
|
||||
|
||||
export const useIsomorphicLayoutEffect =
|
||||
typeof window !== 'undefined' ? useLayoutEffect : useEffect
|
||||
export const useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect
|
||||
|
||||
Reference in New Issue
Block a user