# Common Issues

### Faulty data type on the button data type

This occurred in Igloo 5.0.0 and 5.0.1, where the button data type was faulty in the package import file from Umbraco. This will cause issues on some widgets where they won't render because of the data not being correct. Unfortunately this will not update automatically on update since we can't overwrite the existing document types without compromising what already has been built in Igloo.&#x20;

However this can be fixed by manually changing the data type. Often the data type will have a similar name to the property on the document type. An example can bee seen below on  "Level of Children" on The Navigation widget.

<figure><img src="/files/1OfcIVrb3HqlrILlzpht" alt=""><figcaption></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.iglootheme.com/common-issues.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.
