We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5e1bb commit 26706faCopy full SHA for 26706fa
src/components/TooltipController/TooltipController.tsx
@@ -182,7 +182,7 @@ const TooltipController = ({
182
} catch {
183
if (!process.env.NODE_ENV || process.env.NODE_ENV !== 'production') {
184
// eslint-disable-next-line no-console
185
- console.warn(`[react-tooltip] "${anchorSelect}" is not a valid CSS selector`)
+ console.warn(`[react-tooltip] "${selector}" is not a valid CSS selector`)
186
}
187
188
0 commit comments