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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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