Searched refs:nestedStateIndex (Results 1 – 3 of 3) sorted by relevance
694 const nestedStateIndex = nestedState.index || nestedState.routes.length - 1;696 nestedState.routes[nestedStateIndex].state = createStateObject(703 nestedState = nestedState.routes[nestedStateIndex].state as InitialState;
501 const nestedStateIndex = nestedState.index || nestedState.routes.length - 1; constant502 …nestedState.routes[nestedStateIndex].state = createStateObject(initialRoute, route, routes.length …504 nestedState = nestedState.routes[nestedStateIndex].state;
1 …nestedStateIndex = nestedState.index || nestedState.routes.length - 1;\n\n nestedState.routes…