When the slider is provided with a maximum value greater than 100, it miscalculates the length of the range progress bar. It uses the value of the slider as a percentage. For example,  <Slider max={200} value={90} /> displays a range progress bar that is 90% wide (value interpreted as a percentage) instead of 45% wide.

Example repo: https://github.com/ZackWard/vigilant-octo-adventure/blob/main/src/app/page.tsx