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
Current approach won't be compatible with streaming. The way emotion supports streaming is by outputing <style> tags next to each element, which rules out a hook api because hooks can't render elements.
The text was updated successfully, but these errors were encountered:
Hmm... Would it be problematic to insert the stylesheet at the end of body instead? By then all the styles used will have been cached. Not sure if it could result in partial unstyled content? Does streaming html render before the stream is read to completion? or just parse?
https://emotion.sh/docs/ssr
Current approach won't be compatible with streaming. The way emotion supports streaming is by outputing <style> tags next to each element, which rules out a hook api because hooks can't render elements.
The text was updated successfully, but these errors were encountered: