export function forward(key) {
  if (!key) {
    throw new Error('popRoute requires key argument');
  }