Not working with React Functional Component for me #882
Closed
MohitAsswani
started this conversation in
General
Replies: 2 comments 3 replies
-
Hey @MohitAsswani Your example doesn't show Joyride usage. |
Beta Was this translation helpful? Give feedback.
2 replies
-
hey @MohitAsswani Anyway, it's impossible to know what is happening with your app without running it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my code
import Joyride from 'react-joyride';
...
...
return(
<>
....
.......
Add More
</>
)
I also added debug as a prop and it is showing me all the data like props, steps and everything but no error. and also in the DOM it is rendered as ->
Beta Was this translation helpful? Give feedback.
All reactions