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
The react-freeze is used by react-navigation. I don't use the freeze option but my screens go to suspense in this library and render null. I believe there would be a way to propagate placeholder and display something, but I already have suspense in my app. I want that suspense to catch the promise.
And the Authorized goes to Suspense it will never get rendered on screen when using version of react-native-screens with react-freeze (if I use console.logs in the Authorized component it prints them). As soon as I switch to [email protected] everything works. (react-freeze was added in 3.9.0).
More of a question than an issue I would say. Why do we need
Suspense
here https://github.com/software-mansion/react-freeze/blob/main/src/index.tsx#L39?The
react-freeze
is used byreact-navigation
. I don't use the freeze option but my screens go to suspense in this library and rendernull
. I believe there would be a way to propagateplaceholder
and display something, but I already have suspense in my app. I want that suspense to catch the promise.I can submit a PR with something like this:
I just wanted to validate first
The text was updated successfully, but these errors were encountered: