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
For server-side rendering, it would be useful to have a render method that only returns markup specified by components, without data-reactid attributes and window.__reactAsyncStatePacket, like React.renderToStaticMarkup.
Using renderComponentToStringWithAsyncState gives the warning:
Warning: ReactAsync.renderComponentToStringWithAsyncState will be deprecated in a future version. Use ReactAsync.renderToStringAsync instead.
Is there a way of achieving this, or one in the works?
For server-side rendering, it would be useful to have a render method that only returns markup specified by components, without
data-reactid
attributes andwindow.__reactAsyncStatePacket
, likeReact.renderToStaticMarkup
.Using
renderComponentToStringWithAsyncState
gives the warning:Is there a way of achieving this, or one in the works?
Related: #14 #15
The text was updated successfully, but these errors were encountered: