hookstate
hookstate copied to clipboard
DevTools label is not applied to global state
const userState = createState<UserStateData | null>(null)
DevTools(userState).label('user-state') // <--does not make an effect in devtools
Hookstate 4 requires a user to assign a label explicitly.