* Is the guard active (dispatching or running)? * Always synchronous — not subject to React state batching delays.
()
| 97 | * Always synchronous — not subject to React state batching delays. |
| 98 | */ |
| 99 | get isActive(): boolean { |
| 100 | return this._status !== 'idle' |
| 101 | } |
| 102 | |
| 103 | get generation(): number { |
| 104 | return this._generation |