You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I want to extend the Router class and modify the addRoute method, I have to copy the private properties and the private methods in the original class to my new class.