Hey again Brian,
Using the SimpleStepper component in a typescript environment and trying to change some of it's styling like in the picture below:

I encounter a warning which I suspect has something to do with TypeScript:
Warning: Invalid argument supplid to oneOfType. Expected an array of check functions, but received string at index 0.

The line that it references is line 44 here:

I have no idea how one would tackle this... Would appreciate your help here.
Hey again Brian,
Using the SimpleStepper component in a typescript environment and trying to change some of it's styling like in the picture below:



I encounter a warning which I suspect has something to do with TypeScript:
Warning: Invalid argument supplid to oneOfType. Expected an array of check functions, but received string at index 0.
The line that it references is line 44 here:
I have no idea how one would tackle this... Would appreciate your help here.