TooltipComponent props (Javascript) #862
-
Hello I used from this example: https://codesandbox.io/s/react-joyride-with-form-4vezxs?file=/src/App.tsx:117-135
I have error: "ReferenceError: props is not defined". |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
Nov 13, 2022
Replies: 1 comment 1 reply
-
Hey @haendzel Use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @haendzel
Use the
props
parameter.In
props: TooltipRenderProps
,props
is the parameter,TooltipRenderProps
is the type.