react-component/steps

Property 'Step' does not exist on type 'typeof Steps'.

Opened this issue · 1 comments

When I converted my .js file into .tsx.

It started giving me this error:
"Property 'Step' does not exist on type 'typeof Steps'."

Please help me figure out this issue.

Previously it was working fine with .js file. But as we're moving to TS and converting files, it is giving me this issue.

Screenshot 2020-10-02 at 15 58 03

You can check error here.