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 fe93120 commit 10ec568Copy full SHA for 10ec568
src/Step.tsx
@@ -82,7 +82,7 @@ export default function Step(props: StepProps) {
82
};
83
84
// ========================= Click ==========================
85
- const clickable = !!(onItemClick || onItemClick) && !disabled;
+ const clickable = !!(onClick || onItemClick) && !disabled;
86
87
const accessibilityProps: {
88
role?: string;
0 commit comments