TypeError: Cannot read property 'duration' of undefined
Closed this issue · 1 comments
toddself commented
Getting this in Chrome & Firefox when we first load a page with choo.devtools enabled. (Upgrading from choo-log)
The issue is the timings
object doesn't contain a render
property, but only a morph
and route
object.
The data access issue is fixed by #23
YerkoPalma commented
This is solved right now, closing.