Skip to content

Router hijacks the whole host:port #79

@rupesh97

Description

@rupesh97

We are using router with useFragments in a single page app. We route based on fragment values, e.g.
http://foo.com/some/path.html#hash1. This app also has links to other urls on the same website (they always specify target="_blank").

Unfortunately, Router hijacks all urls on that host:port, so those links don't work unless the user presses Ctrl or Shift. They just get sent to http://foo.com/some/path.html# (empty fragment).

Can we fix this? At least in the useFragment case, there is no reason to meddle with any other path, right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions