I'm building an application using React and I'm using bs-stepper for some of my forms. Is there a way to remove the listener that bs-stepper created from one of my components?
For example, if I render my custom component <Wizard />
(this is where bs-stepper is used) can I delete it after my component rendered?
This is a screenshot of the listener I want to remove.
Thanks in advance.