export function jumpToIndex(routeIndex, key) {
  if (!key) {
    throw new Error('Jump to Index requires key argument');
  }