grainger-illinois / CTCast

Apache License 2.0
0 stars 0 forks source link

Move Rendering to a container instead of document.body #62

Closed jcmoore2 closed 1 year ago

jcmoore2 commented 1 year ago

The rendering we are doing now is not best practice.

Warning: render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.