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 bd569c6 commit b7b3f25Copy full SHA for b7b3f25
stories/Modal.stories.tsx
@@ -33,7 +33,7 @@ of \`name\` key of the \`options\` param object :
33
34
**Eg.:**
35
\`\`\`
36
-const { MyComponentModal, myComponentButtonProps } = createModal({
+const { MyComponentModal, myComponentModalButtonProps } = createModal({
37
name: "myComponent", // The name of Modal component and modalButtonProps is compute from this string
38
isOpenedByDefault: false
39
});
0 commit comments