Closed dead-claudia closed 4 years ago
Mithril core's oninit is synchronous, yet this for some reason awaits it. Shouldn't it be sync as well, to match the rest of the API including core's m.render being itself 100% sync?
oninit
m.render
It'd also resolve #65 as a side effect.
Mithril core's
oninit
is synchronous, yet this for some reason awaits it. Shouldn't it be sync as well, to match the rest of the API including core'sm.render
being itself 100% sync?It'd also resolve #65 as a side effect.