artificialarea / html-108-app

Full-stack Web Audio API Step Sequencer
https://html-108.vercel.app
1 stars 0 forks source link

[Safari] Re-Route blank views #9

Open artificialarea opened 4 years ago

artificialarea commented 4 years ago

Browsers: Safari... incl iPhone

Scenario

  1. Goto /track/:trackId
  2. Delete track
  3. URL reroutes to /dashboard BUT
    1. Blank screen (and DOM)
    2. /dashboard doesn't even appear on refresh. Need to edit URL for true refresh.

Possible something to do with my redirect approach, as currently I'm just using window.location instead of reactRouter specific history params?

artificialarea commented 4 years ago

Can't emulate again, so closing for now.