gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with gl-react and cycle Warning..

luigbren opened this issue · comments

Require cycle: node_modules\gl-react\lib\Bus.js -> node_modules\gl-react\lib\Node.js -> node_modules\gl-react\lib\Bus.j
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: node_modules\gl-react\lib\Node.js -> node_modules\gl-react\lib\helpers\invariantNoDependentsLoop.js -> node_modules\gl-react\lib\Node.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.

appears in the browser when debug mode is active

mmh I'm not longer seeing this happening on our latest version.