DefactoSoftware/cell-js

Mute or remove console warnings?

Closed this issue · 3 comments

sn3p commented

We keep getting these warning in the console:

screen shot 2017-10-04 at 01 03 00

But everything seems to be working fine. Can we mute or remove these?

https://github.com/DefactoSoftware/cells-js/blob/5c01c36bfef24e10b9ff050484e219633afdb5c3/src/Builder.js#L96

sn3p commented

@jessedijkstra any clue why we are getting these warnings?

Because the DOM attributes are present to make a cell, but the javascript isn't. I think I in the newest release these are muted.

sn3p commented

Nope, still there:

console.warn(`Cell with name ${cellName} not found`);