You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this issue related to a specific component?
Warning: React does not recognize the tooltipId prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase tooltipid instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in div (created by FloatingMenu)
in div (created by FloatingMenu)
in FloatingMenu (created by Tooltip)
in Tooltip (created by ForwardRef(Tooltip))
What did you expect to happen? What happened instead? What would you like to
see changed?
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
10.26 and 7.26
What offering/product do you work on? Any pressing ship or release dates we
should be aware of?
Steps to reproduce the issue
To see the console error, go to the CodeSandbox below and expand the Tooltip. You'll see the error get logged
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
Steps to reproduce the issue
To see the console error, go to the CodeSandbox below and expand the Tooltip. You'll see the error get logged
https://codesandbox.io/s/carbon-components-react-forked-gzw8j?file=/src/index.js
The text was updated successfully, but these errors were encountered: