# NorrCompetition and YOOtheme Pro

Since version 2.0.0 NorrCompetition comes with in-built Uikit framework and loads Uikit library by default. If you are using YOOtheme Pro page builder, then both YOOtheme Pro and NorrCompetition will load Uikit library. As the result, it might lead to the script conflicts.

Example of the error in the browser console on entry submission page when both Uikit libraries are included:

```
[https://yourdomain]/media/com_competition/js/uikit.min.js?3.15.24
Uncaught TypeError: node[DATA][name]._callConnected is not a function
```

**If you are using YOOtheme Pro** or another template based on Uikit, **please disable** loading of **Uikit in component options** and page builder will load all necessary files.

{% hint style="warning" %}
**If you are using YOOtheme Pro** or another template based on Uikit, **please disable** loading of **Uikit in component options** and page builder will load all necessary files.
{% endhint %}

Please go to **Components > NorrCompetition > General tab > Disable Uikit** > set to *'Yes'*

<figure><picture><source srcset="/files/9mUFPdvm5jCIEYffjcCc" media="(prefers-color-scheme: dark)"><img src="/files/jb9gA8sXg48BbdI9xpMJ" alt="Disable Uikit in NorrCompetition"></picture><figcaption><p>Disable Uikit in the component options</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.norrnext.com/norrcompetition/faq/norrcompetition-and-yootheme-pro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
