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
Right now Rum returns [:noscript] on server when there is no DOM generated.
What it needs to return is a comment like <!--react-empty: %d-->, where %d is a data-reactid (number from the same list of numbers, also taken by sequence).
I'm not exactly sure what's the best way to implement that...
The text was updated successfully, but these errors were encountered:
Right now Rum returns
[:noscript]
on server when there is no DOM generated.What it needs to return is a comment like
<!--react-empty: %d-->
, where%d
is adata-reactid
(number from the same list of numbers, also taken by sequence).I'm not exactly sure what's the best way to implement that...
The text was updated successfully, but these errors were encountered: