File: injectisrestoring.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
Angular
Version
Latest
Search...
+ K
Menu
Getting Started
Guides & Concepts
API Reference
ESLint
Examples
Framework
Angular
Version
Latest
Menu
Getting Started
Guides & Concepts
API Reference
ESLint
Examples
On this page
Copy Markdown
Function: injectIsRestoring()
=============================
ts
function injectIsRestoring(options?): Signal<boolean>
function injectIsRestoring(options?): Signal<boolean>
Defined in: inject-is-restoring.ts:32
Injects a signal that tracks whether a restore is currently in progress. injectQuery and friends also check this internally to avoid race conditions between the restore and initializing queries.
Parameters
----------
### options?
InjectIsRestoringOptions
Options for injectIsRestoring.
Signal<boolean>
readonly signal with boolean that indicates whether a restore is in progress.
[###### Want to Skip the Docs?
Query.gg - The Official React Query Course
\
“If you’re serious about *really* understanding React Query, there’s no better way than with query.gg”—Tanner Linsley
Learn More](https://query.gg/?s=tanstack)
