* Returns a stable initial snapshot for server-side rendering. * * `useSyncExternalStore` requires a `getServerSnapshot` during SSR/prerender * (e.g. Next.js); without one React throws "Missing getServerSnapshot". The * returned reference is stable across calls so React does not loop. Th
()
| 629 | * state. |
| 630 | */ |
| 631 | getServerState(): ThreadState; |
| 632 | select: Store<ThreadState>["select"]; |
| 633 | /** |
| 634 | * Memoized selectors bound to THIS store instance. |
no outgoing calls
no test coverage detected