JQuery 4 is the core version in Drupal 11. There has been one issue with the use of jQuery.isNumeric() breaking the slider. The jQuery 4.0.0 BETA! announcement includes a list of removed functions.
Possible fixes:
- Make our JS compatible with JQuery 4
- Require a different version of JQuery than core
- Other?