Replies: 1 comment
-
|
Not planned. It's easy to cast the data locally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, for a personal project I patched the library to suit my needs :
The type of data in the step object is type as any today.
What would you think to allow to use a generic for the joyride component to be able to type the data step, like that it's more type safe, anywhere with use this key, like in the callback or in the tooltip.
<ReactJoyride<StepData>(data: CallBackProps<StepData>) => {Beta Was this translation helpful? Give feedback.
All reactions