birdofpreyru/react-global-state

TODO: Bring back `withGlobalStateType()` function

Closed this issue · 0 comments

I guess,

const { ... } = withGlobalState<State>();

was more convenient than

const { ... } = RGS as API<State>;