Skip to content

[BUG]: CircularText logs to console on every hover (JS-CSS variant only) #996

Description

@KishenPC

Describe the issue

There seems to be a leftover debug console.log('CircularText mounted with text:', text) in just the JS-CSS variant of CircularText that fires on every mouseenter.

Image

The other three variants (JS-TW, TS-CSS, TS-TW) already have this line removed. This breaks the CONTRIBUTING.md rule that every component change must be reflected in all existing variants.

Expected: no console output on hover; JS-CSS variant matches the other three.

Reproduction Link

https://reactbits.dev/text-animations/circular-text

Steps to reproduce

  1. Go to https://reactbits.dev/text-animations/circular-text
  2. Open browser DevTools → Console
  3. Hover the rotating circular text, then move the mouse away and back a few times
  4. Observe: a CircularText mounted with text: ... line is logged on every mouseenter

Validations

  • I have checked other issues to see if my issue was already reported or addressed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions