Closed birdofpreyru closed 1 year ago
I guess,
const { ... } = withGlobalState<State>();
was more convenient than
const { ... } = RGS as API<State>;
I guess,
was more convenient than