tapir icon indicating copy to clipboard operation
tapir copied to clipboard

fix: Use Link component to resolve 404 error.

Open TomBeckett opened this issue 1 year ago • 0 comments

Description

Fixes 401.

I believe the issue is related to a React Router change causing native tags to not intercept the navigation (causing a page navigation to a Quarkus route that does not exist).

I believe this change was introduced in the last two months (between 0.7.0 and 0.7.1).

This does seem to fix the issue for me locally. It's not as clean as it was previously but I offer it as a solution or at least a starting point.

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)

TomBeckett avatar May 16 '24 15:05 TomBeckett