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
For example, gravity won't work if just passed {y: 2}; you must include an x value like {x: 0, y: 2}. These props such as gravity, bounce, velocity, etc. should have default props of the object passed to them defaulting to x: 0 and/or y: 0