You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,3 +95,11 @@ This repository is maintained by Googlers but is not a supported Firebase produc
96
95
that Suspense can catch. No more `isLoaded ?...` - let React
97
96
[handle it for you](https://reactjs.org/docs/concurrent-mode-suspense.html).
98
97
-**Automatically instrument your `Suspense` load times** - Need to automatically instrument your `Suspense` load times with [RUM](https://firebase.google.com/docs/perf-mon)? Use `<SuspenseWithPerf />`.
98
+
99
+
Enable concurrent mode features by setting the `suspense` prop in `FirebaseAppProvider`:
0 commit comments