We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396c51d commit 0d8d3ebCopy full SHA for 0d8d3eb
1 file changed
README.md
@@ -184,6 +184,7 @@ const Step1 = () => {
184
Has previous step : {!isFirstStep ? '✅' : '⛔'}
185
</div>
186
Active step: {activeStep + 1} <br />
187
+ </>
188
);
189
};
190
```
0 commit comments