From 2d4cef34ba42d3cf2232eab17fc338a4cbca8ab7 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 28 Jun 2019 11:31:40 +0200 Subject: [PATCH] chore: remove initial push on exploration --- explorations/html5.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/explorations/html5.ts b/explorations/html5.ts index 25cb6003..90d21d58 100644 --- a/explorations/html5.ts +++ b/explorations/html5.ts @@ -113,30 +113,25 @@ h.listen((to, from, { direction }) => { async function run() { // r.push('/multiple/one/two') - // h.push('/hey') // h.push('/hey?lol') // h.push('/foo') // h.push('/replace-me') // h.replace('/bar') - // r.push('/about') - await r.push('/') - + // await r.push('/') // await r.push({ // name: 'user', // params: { // id: '6', // }, // }) - // await r.push({ // name: 'user', // params: { // id: '5', // }, // }) - // try { // await r.push({ // params: { @@ -146,11 +141,9 @@ async function run() { // } catch (err) { // console.log('Navigation aborted', err) // } - // await r.push({ // hash: '#hey', // }) - // await r.push('/children') // await r.push('/children/a') // await r.push('/children/b') -- 2.47.2