We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c427a commit 1ccf23eCopy full SHA for 1ccf23e
1 file changed
src/stories/components/EgovRadioButtonGroup.stories.jsx
@@ -22,7 +22,7 @@ export default {
22
};
23
24
export const Default = (args) => {
25
- const [{ setValue }, updateArgs] = useArgs();
+ const [, updateArgs] = useArgs();
26
27
const handleChange = (newValue) => {
28
updateArgs({ setValue: newValue });
0 commit comments