1
0
Fork 0

fix: typo

This commit is contained in:
Dylan Tientcheu 2025-09-26 17:12:55 +02:00 committed by GitHub
parent d8ad7f6d5f
commit 1ff1198da3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,7 +259,9 @@ const newTabNavigator = {
<br></br>
:::warning **Note**: Using only `hitComponent` with `target="_blank"` will work for mouse clicks, but keyboard navigation (arrows + Enter) requires the `navigator` prop to consistently open links in new tabs. :::
:::warning
**Note**: Using only `hitComponent` with `target="_blank"` will work for mouse clicks, but keyboard navigation (arrows + Enter) requires the `navigator` prop to consistently open links in new tabs.
:::
---