You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did this but would benefit from another pair of eyes. The code removal was pretty straightforward, but I had to change MassIO because it had a stateKey associated with canRotate. Added the following migration rule, and it seems to be congrulatory, but again, assigning back to @samreid for review:
new ChangeStateKeyIOType( 'MassIO', 'tag', 'MassTagIO', mass => {
delete mass.canRotate;
} )
canRotate
seems unused. Can we delete it?The text was updated successfully, but these errors were encountered: