Janis
Janis
@Bioswami-nfac what functionality u need to use? Maybe the pure JS version is good enough for u?
Can't catch any errors. Editor just closes.
Maybe a option for route component, like `` ?
If anyone run is same problem, a quick dirty workaround is like: ``` xxx(e){ e.preventDefault(); document.getElementById("'yyy").scrollIntoView(); } ```
@marlun78 I think it's kind of bug/'missing feature' to handle anchors native. Duno!.. For now solutions I see are: a) Yes, custom history handler b) Do the hack I wrote...
``` jumpTo(id, e){ e.preventDefault(); document.getElementById(id).scrollIntoView(); } ``` `Anchor link` More of the workaround example.
But yeah, if you actually want the hash to change, then you are doomed for custom history handler :D
@developit you should check the whole conversation. Native doesn't help here, as the re-route is fired from 'popstate' event.
Is it ready? :)
Well it's not working. I got light brown screen and "1" printed in console