wavesoft/dot-dom

Can't get updated props?

mindplay-dk opened this issue · 1 comments

The hooks.d (update) callbacks don't seem to include updated props?

Is this an oversight or by design? (if by design, could you explain why?)

Yeah the current version of the library triggers only when there is a DOM update (eg. element replaced). The version right now in devel/0.3.1 should support updates also on property changes.