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 5fce033 commit 51ba7e4Copy full SHA for 51ba7e4
chartlets.js/src/lib/hooks.ts
@@ -89,7 +89,7 @@ export function useSignalListeners(
89
});
90
}
91
},
92
- [id, onChange],
+ [id, onChange, type],
93
);
94
95
/*
0 commit comments