ArthurClemens / polythene

Material Design component library for Mithril and React
590 stars 43 forks source link

polythene-mithril-base uses vnode.state assignment which is incompatible with Mithril 2 #78

Closed ArthurClemens closed 5 years ago

ArthurClemens commented 5 years ago

This is the offending line:

vnode.state = {...initialState};