Remove event listener created by third party component

Viewed 15

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.

Screenshot of the listener

Thanks in advance.

0 Answers
Related