lukebayes/nomplate

Throw an exception if an element has 'class' attribute

Opened this issue · 0 comments

Currently, one can add an attribute named, 'class', but this is a reserved word in JavaScript.

This actually works for the first render, but then mysteriously fails to get applied on a re-render.