GlButton is broken after 114.x.x when using to for a router link

What

After upgrading to gitlab ui 114.x.x all buttons with a to property (router-links) are broken and do not display correctly.

Without to With to
image image

Code:

<gl-button
        data-testid="new-notification-button"
        variant="confirm"
        :to="{ name: 'customerNotificationsNew' }"
        icon="plus"
        >New notification</gl-button
      >