---
title: "Facing issues with one or more Site Studio Javascript libraries"
date: "2023-09-27T17:02:57+00:00"
summary:
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/94431-facing-issues-one-or-more-site-studio-javascript-libraries"
id: "d75dbb5e-cd4f-4b37-aa95-1265653a0c20"
---

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](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21theme.api.php/function/hook_library_info_alter/9.3.x) 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.