UNPKG
@data-client/test
Version:
beta (0.15.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c)
latest (0.18.0)
0.18.0
0.16.0
0.15.3
0.15.0
0.15.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c
0.15.0-beta-20251006024044-92bd01c4976f2921993b8c9f1e4dbb87af87ba7b
0.14.22
0.14.21
0.14.20
0.14.19
0.14.17
0.14.16
0.14.10
0.14.0
0.13.0
0.12.13
0.12.12
0.12.8
0.12.3
0.12.1
0.12.0
0.11.5
0.11.4
0.11.0
0.10.0
0.9.2
0.9.0
0.8.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Testing utilities for Data Client
dataclient.io/docs/guides/storybook
reactive/data-client
@data-client/test
/
src
/
makeRenderDataClient
/
use18.cts
7 lines
(5 loc)
•
232 B
text/typescript
View Raw
1
2
3
4
5
6
7
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'
;