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.
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
- Go to https://reactbits.dev/text-animations/circular-text
- Open browser DevTools → Console
- Hover the rotating circular text, then move the mouse away and back a few times
- Observe: a
CircularText mounted with text: ... line is logged on every mouseenter
Validations
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.The other three variants (JS-TW, TS-CSS, TS-TW) already have this line removed. This breaks the
CONTRIBUTING.mdrule 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
CircularText mounted with text: ...line is logged on every mouseenterValidations