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
This is for the non-minimized code of version 0.20.0.
Description
The pin type for constraint rendering is causing an error in the Render.constraints function because end.x and end.y are only defined in the else block when the if condition testing constraint.render.type === 'pin' fails.
The following code