Results 3 issues of Ymir

Currently you get TS error if you don't supply links argument to menu links. If you supply empty array you get a dropdown with the link item, and the dropdown...

Before: After:

# What's the issue? If you use an external link in your left sidebar like this: ```json ... "test": { "title": "test..com ↗", "href": "https://www.test.com", "newWindow": true } ... ```...