File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Getting Started with ReactFire + React [ Concurrent Mode ] ( https://reactjs.org/docs/concurrent-mode-intro.html )
1+ # Getting Started with ReactFire + React [ concurrent rendering ] ( https://reactjs.org/docs/concurrent-mode-intro.html )
22
3- > ⚠️ This quickstart relies on ReactFire's concurrent mode features. We'd love PRs that add samples that work with stable builds of React!
3+ > ⚠️ This quickstart relies on ReactFire's concurrent rendering features. We'd love PRs that add samples that work with stable builds of React!
44
55⚛ + 🔥 = 🌯
66
@@ -142,7 +142,7 @@ npm install --save firebase reactfire
142142 .doc (' burrito' );
143143
144144 // subscribe to the doc. just one line!
145- const burrito = useFirestoreDocData (burritoRef);
145+ const { data : burrito } = useFirestoreDocData (burritoRef);
146146
147147 // get the value from the doc
148148 const isYummy = burrito .yummy ;
You can’t perform that action at this time.
0 commit comments