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 08e974e commit c9c57cfCopy full SHA for c9c57cf
README.md
@@ -56,7 +56,7 @@ const handleUndo = () => {
56
};
57
58
const handleDisabled = () => {
59
- return state.disabled = !state.disabled;
+ return state.value.disabled = !state.value.disabled;
60
61
62
const handleFromDataURL = (url: string) => {
0 commit comments