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
I thought about making an optional config for this. Basically we can get the style tags after the render and append it to the html string ( Or maybe JSON string version ? Although I don't want to deal with escaping things ). Then when we retrieve it we use split to separate the html and the style. The reason for this is we want the styles to be in the header for initial painting. Any thoughts on this ?
The text was updated successfully, but these errors were encountered:
I thought about making an optional config for this. Basically we can get the style tags after the render and append it to the html string ( Or maybe JSON string version ? Although I don't want to deal with escaping things ). Then when we retrieve it we use split to separate the html and the style. The reason for this is we want the styles to be in the header for initial painting. Any thoughts on this ?
The text was updated successfully, but these errors were encountered: