Closed KatieWoe closed 3 years ago
Trying to hit this in state wrapper, I first hit
It is trying to check
this.animationStateProperty.get().destination === 'home'
in Item.step. Value in wrapper is null. I don't see anywhere in sim where value is set to null, so must be something related to conveying the Property value over state.
This was resolved in the above commit, the phetioType for ActionStateProperty's value needed to be ObjectLiteralIO rather than ObjectIO. Related to phetsims/phet-io#1616.