Peter

Results 2 comments of Peter

> Btw my workaround: > > ``` > useEffect(() => { > if(window.location.hash.indexOf("#%") > -1 ) { > window.location.hash = ""; > } > }); > ``` I've come across...

> We just published version `6.15.0-pre.0` which involves this issue. If you'd like to take it for a test run please try it out and let us know what you...