When a responder doesn't have the navigatorBehaviors properties, the stateViewMap won't add the responder to the DOM. This should be less strict and not enforcing the property to be present.
Currently when a responder just implements an empty array of navigatorBehaviors, then it works as expected.
When a responder doesn't have the navigatorBehaviors properties, the stateViewMap won't add the responder to the DOM. This should be less strict and not enforcing the property to be present.
Currently when a responder just implements an empty array of
navigatorBehaviors, then it works as expected.