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
After proto wrapping the superclass's events object, it needs to look for routers and recreate them on the subclass to avoid subclass smart event registration polluting the superclass.
To support the subclass inheriting the superclass's registered smart events, the recreated routers should have their events collection be a proto wrap of the superclass's router's events collection.
The text was updated successfully, but these errors were encountered:
After proto wrapping the superclass's events object, it needs to look for routers and recreate them on the subclass to avoid subclass smart event registration polluting the superclass.
To support the subclass inheriting the superclass's registered smart events, the recreated routers should have their events collection be a proto wrap of the superclass's router's events collection.
The text was updated successfully, but these errors were encountered: