Closed m-mujica closed 5 years ago
I can't reproduce the error in this issue, but I agree that this should cause a warning.
I saw this while working on https://github.com/canjs/can-devtools-components/blob/064f639b2c93f169702651b7d56b35ace47953d9/viewmodel-editor/viewmodel-editor.js, maybe if you change this line to tagName: String
and try loading the demo page you'll be able to replicate.
I ran into an issue with a component defining a tagName property like this:
can-stache-bindings throws the following error:
There is a warning already in place when components define an
error
property. We should extend that functionality.