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
During code review #103, we observed In FieldMeasurementTool:
// This needs to be a new Vector2 instance, so do not pass an output vector to magnet.getFieldVector.this.fieldVectorProperty=newDerivedProperty([this.positionProperty,magnet.positionProperty,magnet.rotationProperty,magnet.strengthProperty],(position,rotation,strength)=>magnet.getFieldVector(position),{
Note that the 2nd dependency in the array is position, but the 2nd parameter in the callback is rotation.
The text was updated successfully, but these errors were encountered:
During code review #103, we observed In FieldMeasurementTool:
Note that the 2nd dependency in the array is position, but the 2nd parameter in the callback is rotation.
The text was updated successfully, but these errors were encountered: