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 4f8506e commit 03a3950Copy full SHA for 03a3950
README.md
@@ -41,7 +41,7 @@ const Child = () => {
41
{
42
title: 'Ok',
43
buttonProps: { color: 'primary' },
44
- onClick: async () => {
+ onClick: () => {
45
alert('callback button Ok');
46
DialogAlert.hide();
47
},
example/src/App.tsx
@@ -22,7 +22,7 @@ const Child = () => {
22
23
24
25
26
alert('callback button Ok :)');
27
28
0 commit comments