I have this use case when I want to use Joyride on element, that is not preset in the DOM until I dispatch a redux action (dropdown opens then). I wanted to pass callback prop to React-Joyride and then dispatch redux action on EVENTS.STEP_BEFORE. It is not called thou, because it checks for presence in the DOM, so my hands are tied.
I can do a PR to fix this, but don't know how. Should it be considered a bug, or maybe that is intended? If yes, I could add additional step that is called even before EVENTS.STEP_BEFORE to handle such case.
I have this use case when I want to use Joyride on element, that is not preset in the DOM until I dispatch a redux action (dropdown opens then). I wanted to pass callback prop to React-Joyride and then dispatch redux action on EVENTS.STEP_BEFORE. It is not called thou, because it checks for presence in the DOM, so my hands are tied.
I can do a PR to fix this, but don't know how. Should it be considered a bug, or maybe that is intended? If yes, I could add additional step that is called even before EVENTS.STEP_BEFORE to handle such case.