()
| 168 | * this hook will never re-render from state changes. |
| 169 | */ |
| 170 | export function useSetAppState() { |
| 171 | return useAppStore().setState; |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * Get the store directly (for passing getState/setState to non-React code). |
no test coverage detected