MVCoconut / coconut.ui

Wow, such reactive view! Much awesome!
The Unlicense
89 stars 9 forks source link

type is not observable, because type is not observable because the field "_db" is mutable #89

Closed darmie closed 2 years ago

darmie commented 2 years ago

I have a class that contains mutable fields, how do I pass instance of this class into coconut components?

I get this error <Class> is not observable, because <Class> is not observable because the field "_db" is mutable

darmie commented 2 years ago

fixed with @:skipCheck