You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I encountered an issue where the tooltips for terms are not appearing after updating Docusaurus to version 3.4.0. The problem seems to be related to this update, as rolling back to Docusaurus version 3.3.2 resolved the issue.
Steps to Reproduce:
Update Docusaurus to version 3.4.0.
Install and configure the Docusaurus Terminology Plugin.
Build and run the site.
Hover over any term that should display a tooltip.
Expected Behavior:
The tooltip should appear when hovering over a term.
Actual Behavior:
The tooltip does not appear after updating to Docusaurus version 3.4.0.
Workaround:
Rolling back to Docusaurus version 3.3.2 resolves the issue, and the tooltips appear as expected.
Environment:
Docusaurus version: 3.4.0
Node version: 22.0.0
npm version: 10.5.1
Operating System: macOS
Additional Context:
This issue might be linked to changes in the Docusaurus 3.4.0 update.
Relevant Configuration:
Here is the relevant part of the docusaurus.config.ts file:
Description:
I encountered an issue where the tooltips for terms are not appearing after updating Docusaurus to version 3.4.0. The problem seems to be related to this update, as rolling back to Docusaurus version 3.3.2 resolved the issue.
Steps to Reproduce:
Expected Behavior:
The tooltip should appear when hovering over a term.
Actual Behavior:
The tooltip does not appear after updating to Docusaurus version 3.4.0.
Workaround:
Rolling back to Docusaurus version 3.3.2 resolves the issue, and the tooltips appear as expected.
Environment:
Additional Context:
This issue might be linked to changes in the Docusaurus 3.4.0 update.
Relevant Configuration:
Here is the relevant part of the
docusaurus.config.ts
file:The text was updated successfully, but these errors were encountered: