I am developing a chrome extension with React and using Hopscotch as a Walkthrough lib.
I have a sidebar that is overlaying the content of the page and the trigger for Hopscotch tour in there, so I am dispatching an action to hide the sidebar, run the tour and my expectation is to show the sidebar again after the end of the tour.
However this is not happening, the onStart and onEnd events are being triggered one after the other straight away.
Hi guys,
I am developing a chrome extension with React and using Hopscotch as a Walkthrough lib.
I have a sidebar that is overlaying the content of the page and the trigger for Hopscotch tour in there, so I am dispatching an action to hide the sidebar, run the tour and my expectation is to show the sidebar again after the end of the tour. However this is not happening, the onStart and onEnd events are being triggered one after the other straight away.
my code is as follows:
Is this a bug?