### Mapbox Navigation SDK version main ### Steps to reproduce 1. Set `navigationMapView.userLocationStyle = .courseView()`. 2. Start example application and pan map view. 3. Observe behavior. ### Expected behavior `UserPuckCourseView` shouldn't move to `-1.0, -1.0` position. ### Actual behavior `UserPuckCourseView` shouldn't move to position: `-1.0, -1.0`. For example: https://user-images.githubusercontent.com/1496498/173941168-3b98f102-84fa-465e-bbcc-80e0193fe586.mov ### Is this a one-time issue or a repeatable issue? repeatable