UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
src
/
Id
/
__keys.ts
4 lines
(3 loc)
•
164 B
text/typescript
View Raw
1
2
3
4
// Automatically generated
const
ID_STATE_KEYS
= [
"baseId"
,
"unstable_idCountRef"
,
"setBaseId"
]
as
const
;
export
const
ID_KEYS
= [...
ID_STATE_KEYS
,
"id"
]
as
const
;