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 eca7d02 commit 864bec8Copy full SHA for 864bec8
lib/src/useReactCompareSliderRef.ts
@@ -11,6 +11,6 @@ export const useReactCompareSliderRef = (): MutableRefObject<UseReactCompareSlid
11
rootContainer: null,
12
handleContainer: null,
13
setPosition: () =>
14
- // biome-ignore lint/suspicious/noConsole: This intetionally warns users to help with debugging.
+ // biome-ignore lint/suspicious/noConsole: This intentionally warns users to help with debugging.
15
console.warn('[react-compare-slider] `setPosition` cannot be used until the component has mounted.'),
16
});
0 commit comments