MVCoconut / coconut.ui

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

Add an observability check for `@:computed` properties in views #43

Closed markknol closed 4 years ago

markknol commented 5 years ago

From discord:
I have a Array<Array> which worked fine as @:computed, but now I tried to clean the stuff up and made a new component. Then I want to pass that computed array to the component, so I have to convert that to a pure list. Would be nice if this could keep working.