Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

location.query[:something] with string containing white space  #12

@fzingg

Description

@fzingg

Let say we have this URL: http://localhost:3002?category=big+car

With last version of Hyper-router:
Then when catching location.query[:category] we got the result: big+car

With the old version of Reactrb-router:
Then when catching location.query[:category] we got the result: big car

Don't know which one is the good standard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions