We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e1a8e commit 79ff41aCopy full SHA for 79ff41a
.gitignore
@@ -14,4 +14,4 @@ vendor/generated-*.txt
14
# IDEs
15
.vscode
16
# System
17
-.DS_Store
+.DS_Store
pages/alert/permutations.page.tsx
@@ -111,10 +111,7 @@ export default function AlertScenario() {
111
<article>
112
<h1>Alert permutations</h1>
113
<ScreenshotArea>
114
- <PermutationsView
115
- permutations={permutations}
116
- render={(permutation: AlertProps) => <Alert {...permutation} />}
117
- />
+ <PermutationsView permutations={permutations} render={permutation => <Alert {...permutation} />} />
118
</ScreenshotArea>
119
</article>
120
);
0 commit comments