phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
10 stars 1 forks source link

Grab and Drag project in ts-creator-tests won't load #242

Closed jessegreenberg closed 2 weeks ago

jessegreenberg commented 2 weeks ago

Lets see if we can resolve this.

jessegreenberg commented 2 weeks ago

The problem was that there was NamedDerivedProperty with a dependency on another NamedDerivedProperty. And the model didn't know how to load them in the right order. Fixed in the above commit, closing.