UNPKG

@data-client/test

Version:
7 lines (5 loc) 232 B
import React from 'react'; // @testing-library/react-hooks does not support node/SSR, so we must fallback to previous testing export const USE18 = Number(React.version.substring(0, 3)) >= 18 && typeof document !== 'undefined';