grnet / docusaurus-terminology

Home of Docusaurus Terminology Plugin
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

Tooltip not appearing after updating Docusaurus to version 3.4.0 #32

Open andrei-ghenov opened 3 months ago

andrei-ghenov commented 3 months ago

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:

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 commented 1 month ago

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

andrei-ghenov commented 1 month ago

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.