cawalch
cawalch
Looks like `dist` wasn't updated with the latest changes. https://github.com/Wikiki/bulma-steps/blob/2eda7e41ab637875a667ab7af87d83ebb571fe21/dist/js/bulma-steps.js#L272 vs https://github.com/Wikiki/bulma-steps/blob/2eda7e41ab637875a667ab7af87d83ebb571fe21/src/js/index.js#L173 [Possible fix](https://github.com/Wikiki/bulma-steps/compare/master...cawalch:transform-runtime)
You could attach an `EventListener` to directly call `previous_step`. ```javascript const otherBackBtn = document.getElementById('other-prev-button'); const otherNextBtn = document.getElementById('other-next-button'); const mySteps = new bulmaSteps('#mySteps'); otherBackBtn.addEventListener('click', mySteps.previous_step.bind(mySteps), false); otherNextBtn.addEventListener('click', mySteps.next_step.bind(mySteps), false); ```...
> ...can be disabled with --versifier=false just as a quick work-around. Got it. Thanks. > Any chance you can share with me the fuzz-target or a repo that will help...
Same issue here (webpack 4). Using `raw` fixes it, but at the loss of the prefix option.