Robbie Wagner
                                            Robbie Wagner
                                        
                                    @Rzr7 I don't think we intended to be able to call `show` without calling `start` first. You would bypass a lot of logic that way.
@Rzr7 I believe instead of your changes we should do `this._setupModal();` on `show` if the modal doesn't already exist or something. Basically making sure all the logic from `start` gets...
@chuckcarpenter I did take a look at implementing a fix for this and didn't fully have the time to devote to it. Would love to work with you and/or @xiwcx...
@amic81 you'll have to use some sort of `i18n` package then use that to set your text accordingly.
@udit99 whatever you return from the function will be your element. So if you make the function wait for the element to exist, then return it, you should be good....
@henrikr I think that is a reasonable request. I would be concerned about people pressing buttons and the app updating and breaking the tour though. Would this be something you...
@theodoreb we are always interested in staying current, so yes we would fully support this. If you could sync up with @EmNicholson93 he should be able to help with this...
@theodoreb only if the public Shepherd API changes. I'm not afraid of a major version bump, but if we don't need it, we could just do a minor.
@cmazereau do you have a reproduction? I am not seeing this issue on https://shepherdjs.dev/
@cmazereau gotcha, if you have a fix in mind, would you mind opening a PR?