"Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus."
I'm not sure if all of the above errors are related or what's going on/what I'm missing.
I know i'm not supposed to be using nuxt-link within ionic, but even when i use ionic's router-link, it still doesn't work so nuxt-link is not the root issue.