You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having problems using the intro.js with typescript
`'Steps' cannot be used as a JSX component.
Its instance type 'Steps' is not a valid JSX element.
The types returned by 'render()' are incompatible between these types.
Type 'React.ReactNode' is not assignable to type 'import("/Users/_j/Github/project/node_modules/@types/react-transition-group/node_modules/@types/react/index").ReactNode'.
Type '{}' is not assignable to type 'ReactNode'.
`
To Reproduce
Just add the or on the project
Expected behavior
This should work as expected with TS
How often does this bug happen?
Every time
System Info
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am having problems using the intro.js with typescript
`'Steps' cannot be used as a JSX component.
Its instance type 'Steps' is not a valid JSX element.
The types returned by 'render()' are incompatible between these types.
Type 'React.ReactNode' is not assignable to type 'import("/Users/_j/Github/project/node_modules/@types/react-transition-group/node_modules/@types/react/index").ReactNode'.
Type '{}' is not assignable to type 'ReactNode'.
`
To Reproduce
Expected behavior
This should work as expected with TS
How often does this bug happen?
Every time
System Info
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: