#263 adds subscribe.getSnapshot to getServerSnapshot in useSyncExternalStore.
https://github.com/chhsiao1981/use-thunk/blob/main/src/useThunk/useThunkReducer.ts#L23
However, currently there is no test to validate this setup.
Would like create a test to validate how use-thunk will work in the SSR scenario.
#263 adds
subscribe.getSnapshottogetServerSnapshotinuseSyncExternalStore.https://github.com/chhsiao1981/use-thunk/blob/main/src/useThunk/useThunkReducer.ts#L23
However, currently there is no test to validate this setup.
Would like create a test to validate how use-thunk will work in the SSR scenario.