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 7cefb48 commit be90f3aCopy full SHA for be90f3a
examples/basic/src/components/Button/Readme.md
@@ -82,7 +82,7 @@ const [isOpen, setisOpen] = React.useState(false)
82
<Button
83
size="small"
84
onClick={() => setisOpen(true)}
85
- disabled={state.isOpen}
+ disabled={isOpen}
86
>
87
Show Me
88
</Button>
0 commit comments