Facing issues with one or more Site Studio Javascript libraries
Date Published: September 27, 2023
Issue
As the Javascript libraries that get imported with Site Studio have been compiled using versions earlier than the current latest versions, it's likely that one or more libraries, (e.g. jquery_ui, matchHeight, slick, etc) might cause UI or frontend issues.
Resolution
If you have ran into that, and have tried replacing the JS code with the latest, provided by the library's website (or custom module), and that resolves your issue, our recommendation is to create a custom module that implements hook_library_info_alter so that you can unload the library or libraries causing you problems as they are included with Site Studio and load your own/latest version(s) instead.
Facing issues with one or more Site Studio Javascript libraries | Acquia Product Documentation
Site Studio
Facing issues with one or more Site Studio Javascript libraries