page.js
page.js copied to clipboard
Anchors are ignored in start()
Is there any reason why #anchors are ignored in the start() method (see)?
I can work around that "problem" by calling start() with { dispatch: false } and dispatch it myself. But it looks like a bug to me. I'd say hash is a legitimate part of the URL, wouldn't you?