Open stanislav-grin opened 5 years ago
@stanislav-grin Where you able to get it to run smoothly in react?
@MovingGifts Unfortunately no. I moved to another library and it fit perfectly. https://github.com/gilbarbara/react-joyride
Hey fellows, import jQuery in Root.jsx or relevant file
import $ from 'jquery';
window.jQuery = $;
and then import standalone version
import BootstrapTour from "bootstrap-tour/build/js/bootstrap-tour-standalone.min"
Hi, I have a problem during implementation of tour in react app. I've installed tour with npm module, then imported it in module:
import Tour from 'bootstrap-tour'
and in
componentDidMount
make test use case:The id is valid for this test, but I don't see popup with text, but instead I see next error in console:
What have I missed? Maybe I need some other dependencies to get it work properly?