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
I'm guessing that both/routes.js is going to eventually be deleted? Can it be deleted already?
It looks like some subscription code is happening in the top level router, and other is happening in container components. We should only be doing 1 of those 2 things, right?
It looks like this code didn't get ported over to the new react/flow-router infrastructure.
I see a lot of calls to subscribe:
I'm guessing that
both/routes.jsis going to eventually be deleted? Can it be deleted already?It looks like some subscription code is happening in the top level router, and other is happening in container components. We should only be doing 1 of those 2 things, right?