Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Parsing the query string on location change #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 11, 2017

  1. Parsing the query string on location change

    There was an issue when using the back button to navigate to a route
    that had a query string in it. It would be available in the search
    field, but it was not available as a query object.
    
    This commit simply performs the same parsing of the query string that
    the ROUTER_POP state receives.
    Duncan Regan committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    b29ba43 View commit details
    Browse the repository at this point in the history