Open
Description
Hi
Would like to do something like:
<StepZilla
steps={steps}
nextTextOnFinalActionStep={"FooBar"}
nextButtonText={<Fragment>Next <i className="icon--arrow-right"></i></Fragment>}
backButtonText={<Fragment><i className="icon--arrow-left"></i> Back</Fragment>}
/>
Although this works, it gives a PropTypes warning (nextButtonText / backButtonText must be string
) Could you make the validation so that it also accepts a react component?