Keyboard accessible ion-tab-button

In the ion-tab-button component an anchor tag gets generated with an negative tab-index. Due to this the anchor isn’t keyboard accessible. Our tool to check if our application has accessibility issues also highlights this as a serious problem (aXe-core).

Are there ways to fix this or am I missing some options that needs to be set on the component to get the right structure?

With kind regards