phetsims / forces-and-motion-basics

"Forces and Motion: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/forces-and-motion-basics
GNU General Public License v3.0
7 stars 10 forks source link

Address `strictAxonDependencies: false` #306

Closed pixelzoom closed 4 months ago

pixelzoom commented 7 months ago

For https://github.com/phetsims/axon/issues/441, @samreid added 1 occurrence of strictAxonDependencies: false to this sim. It should be inspected/addressed when this sim is worked on.

I believe the missing dependency is model.accelerationProperty, in WaterBucketNode:

    const deltaProperty = new DerivedProperty( [ model.timeProperty, item.draggingProperty ], ( time, dragging ) => {
...
      const acceleration = model.accelerationProperty.get();
...
      strictAxonDependencies: false
Luisav1 commented 4 months ago

This was addressed above. Closing.