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 6d81ed9 commit c4124c2Copy full SHA for c4124c2
src/utils/handle-style.ts
@@ -67,7 +67,7 @@ function removeStyle({
67
}: {
68
type?: string
69
id?: string
70
-}) {
+} = {}) {
71
if (type === 'core') {
72
// eslint-disable-next-line no-param-reassign
73
id = REACT_TOOLTIP_CORE_STYLES_ID
0 commit comments