Skip to content

parse(location.search) always start with '?' #233

@fyangstudio

Description

@fyangstudio

xxx.com?id=1
queryString.parse(location.search)

"query-string": "^6.9.0"

now return: {?id: 1};
expect:{id: 1};

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