phetsims / projectile-data-lab

"Projectile Data Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 0 forks source link

CT: Cannot set values directly to a non-bidirectional DynamicProperty, tried to set: 1.2 #331

Closed matthew-blackman closed 1 month ago

matthew-blackman commented 4 months ago

Flagged in the migration wrapper

samreid commented 1 month ago

@matthew-blackman and I observed that the Field property was bidirectional, but the property it was wrapping was a DynamicProperty that was bidirectional:false, so we would like to make the related properties bidirectional and see how that fares on CT. Committed above and let's check on CT in a few days.

matthew-blackman commented 1 month ago

CT has been green since the latest commit. @samreid and I agreed that this issue can be closed. Nice work!