OpenXR Oculus Thumbstick Axes have strange scaling

Hello! When setting up inputs for Oculus via OpenXR I noticed the x-Axis of the thumbstick scales differently than the y-Axis, specifically the x-Axis ranges from -2 to 2, while the y-Axis (more expectedly) from -1 to 1. The scale in the input binding settings is set correctly. Is this behaviour intended?

Are you still having this problem? This isn’t expected behavior, I just ran the template and added two print strings to show the Axis value, I was getting -1 to 1 on both x and y (never quite getting either extreme).

Yes, still reliably getting this issue in my project.