component / reactive

Tiny reactive template engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console.warn if trying to render an undefined property

timoxley opened this issue · comments

This would help when debugging. Would be good to print out the object as well. Most likely just using the wrong key name.

Related to #8

-1 from me, we can add those events and then you could do this in your own app if necessary, or check for nulls too etc