()
| 200 | |
| 201 | let _store: TasksV2Store | null = null |
| 202 | function getStore(): TasksV2Store { |
| 203 | return (_store ??= new TasksV2Store()) |
| 204 | } |
| 205 | |
| 206 | // Stable no-ops for the disabled path so useSyncExternalStore doesn't |
| 207 | // churn its subscription on every render. |