swiftcarrot / react-frame

React components within an iframe for isolated css styling

Home Page:https://swiftcarrot.dev/react-frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React v15.0.1 warning

adamellsworth opened this issue · comments

commented

Thrown at: ReactDOM.render(this._children, this.body);

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.

Already cited in readme