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
Using @Html.React("Component", ..., serverOnly: true) still adds the ReactDOM.render() calls to the @Html.ReactInitJavaScript() output which breaks pages using server only components. (It also wraps the output in an unnecessary container element)
Looking through the code there seems to be missing a bool in the ReactEnvironment CreateComponent method that sets the component to be server only and thus skipped when outputting the init code for all components