Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Tooltip not appearing after updating Docusaurus to version 3.4.0 #32

@andrei-ghenov

Description

@andrei-ghenov

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',
  },
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions