To enable the ssr mode, the following configurations are required:
thaw = { ..., features = ["ssr"] }
To enable the hydrate mode, the following configurations are required:
thaw = { ..., features = ["hydrate"] }