Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip not appearing after updating Docusaurus to version 3.4.0 #32

Open
andrei-ghenov opened this issue Jun 20, 2024 · 2 comments
Open

Comments

@andrei-ghenov
Copy link

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:

  1. Update Docusaurus to version 3.4.0.
  2. Install and configure the Docusaurus Terminology Plugin.
  3. Build and run the site.
  4. 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:

[
  '@grnet/docusaurus-terminology',
  {
    termsDir: './docs/terms',
    docsDir: './docs/',
    glossaryFilepath: './docs/glossary.md',
  },
],
@adriaandh
Copy link

Did you manage to fix it or just rolled back until it's resolved?

@andrei-ghenov
Copy link
Author

Did you manage to fix it or just rolled back until it's resolved?

Hi @adriaandh,

I didn't manage to solve it due to limited time, so I just rolled back for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants