Closed chrisklus closed 4 years ago
The visibleProperty
state error was due to the sim hiding the returnAtomButton
during sim construction, which defaulted the phet-io state to not be "clean" after initialization. The commit I pushed above is the quick fix for this - defaulting the button's visibility to false. Thanks to @zepumph for the recommendation.
Assigning to @jbphet to see if you're okay with this change.
Well, you guys are the phet-io experts, so if you're cool with it, I guess I am too. Closing.
Same as https://github.com/phetsims/states-of-matter/issues/249, but with the
visibleProperty
error included as well.