ractivejs / ractive

Next-generation DOM manipulation
http://ractive.js.org
MIT License
5.94k stars 396 forks source link

Add another unit-test for #3380 #3386

Closed seijikun closed 3 years ago

seijikun commented 3 years ago

Add a second unit-test for #3380, that checks whether the template is properly re-rendered, when a computed property changes that depends another computed property.

This is currently failing (see issue #3380 for a short layman's diagnosis by me)