Skip to content

Unexpected breaking change in URL encoding. #46

@lzl124631x

Description

@lzl124631x

Expected

1.2.1: https://codesandbox.io/s/reach-router-starter-v1-forked-vsw3w?file=/src/index.js

after calling navigate(encodeURIComponent("foo$bar"));, I was brought to /foo%24bar

Actual

1.3.4: https://codesandbox.io/s/reach-router-starter-v1-forked-1fyh2?file=/src/index.js

after calling navigate(encodeURIComponent("foo$bar"));, I was brought to /foo%2524bar


After trying several versions, this issue was introduced in 1.3.3.

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