Searched refs:nestedState (Results 1 – 3 of 3) sorted by relevance
689 let nestedState = state;694 const nestedStateIndex = nestedState.index || nestedState.routes.length - 1;696 nestedState.routes[nestedStateIndex].state = createStateObject(703 nestedState = nestedState.routes[nestedStateIndex].state as InitialState;
498 let nestedState = state; variable501 const nestedStateIndex = nestedState.index || nestedState.routes.length - 1;502 …nestedState.routes[nestedStateIndex].state = createStateObject(initialRoute, route, routes.length …504 nestedState = nestedState.routes[nestedStateIndex].state;
1 …nestedState = state;\n\n while ((route = routes.shift() as ParsedRoute)) {\n initialRoute …