phetsims / projectile-motion

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

remove TrajectoryIO.ioTypeSchema and prefer forwarding to the IO Type #231

Closed zepumph closed 3 years ago

zepumph commented 4 years ago

From https://github.com/phetsims/phet-io/issues/1646, this is not the pattern we are using for IO Type state methods.

zepumph commented 3 years ago

The above is a bug fix for validValues in studio for phetioIDs like projectileMotion.introScreen.model.selectedProjectileObjectTypeProperty. The for id included the object toString like [ Object ]

zepumph commented 3 years ago

Converted to the better schema above.