UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

12 lines (7 loc) 361 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); // https://usehooks-ts.com/react-hook/use-isomorphic-layout-effect const useIsomorphicLayoutEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect; exports.useIsomorphicLayoutEffect = useIsomorphicLayoutEffect;