Zach Zhao

Results 3 comments of Zach Zhao

I created a new fork that uses `React 18` (with the new `ReactDOM.createRoot(rootNode).render();` that supports concurrent mode), and the problem still persists. Fork: https://codesandbox.io/s/reactfire-suspend-q5wll I tried other hooks, such as...

@steurt Thanks for the preloading tip. After adding preloading, I haven't seen any infinite suspense issues.

I just want to follow up - the fix described in @punkch's web pack didn't work for me. I couldn't fix the error described. I am also trying to use...