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
Usage of Suspense forces me to use renderToPipeableStream, but I cannot find any doc anywhere on how renderToPipeableStream can integrate with react-helmet-async.
I tried using stuff from the react-helmet-async README where it explains usage with renderToNodeStream (which is deprecated) but it's missing some info (ie what is the "template" function and how is it declared?)
As is, react-helmet-async documentation does not tell me how to integrate with current react's Suspense.
The text was updated successfully, but these errors were encountered:
Usage of Suspense forces me to use renderToPipeableStream, but I cannot find any doc anywhere on how renderToPipeableStream can integrate with react-helmet-async.
I tried using stuff from the react-helmet-async README where it explains usage with renderToNodeStream (which is deprecated) but it's missing some info (ie what is the "template" function and how is it declared?)
As is, react-helmet-async documentation does not tell me how to integrate with current react's Suspense.
The text was updated successfully, but these errors were encountered: