Gonzih / cljs-electron

ClojureScript + Electron + Figwheel + Reagent = ❤❤❤

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendering directly to Document body is discouraged

abhi18av opened this issue · comments

Hi @Gonzih ,

I really love the work you've put into this template, this is amazing.

But when I run it with the Emacs + nrepl based Figwheel repl the devConsole throws this error. It's not causing any hinderance but I'd really like to know what's expected by React-render method.

Thanks


Warning: react.inc.js 

 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.