-
Notifications
You must be signed in to change notification settings - Fork 921
Closed
Description
Really like the server-side rendering but got one problem with it. Is it possible to not include the extra "react1" container div since it messes with the CSS. Would be great if there was an additional optional parameter on the helper like this:
@Html.React("HelloWorld", new {name = "Daniel"}, "my-own-container")
If the optional parameter is specified no "react1" div is rendered and the optional is used when doing:
document.getElementById("my-own-container")
Metadata
Metadata
Assignees
Labels
No labels