Closed toddself closed 6 years ago
This fixes data access issues when the render and morph objects aren't available during the timing calls.
render
morph
Why they're missing is a great question (and one I'm looking into now) but this solves the TypeError that gets thrown for now.
@ungoldman got a better fix at choojs/choo-hooks#4. But this bit of protection might be a good idea regardless
v2.3.3 :tada:
v2.3.3
This fixes data access issues when the
render
andmorph
objects aren't available during the timing calls.Why they're missing is a great question (and one I'm looking into now) but this solves the TypeError that gets thrown for now.