Closed OnurGumus closed 1 year ago
I am seeing this line throws when used via Navigation when query string is null. It assumes queryString has some value
https://github.com/elmish/urlParser/blob/014ab69bd9cb13cbfa743d2625a658460641b7f0/src/parser.fs#L357
It just looks wrong to me.
Released the changes in 1.0.1.
Description
I am seeing this line throws when used via Navigation when query string is null. It assumes queryString has some value
https://github.com/elmish/urlParser/blob/014ab69bd9cb13cbfa743d2625a658460641b7f0/src/parser.fs#L357
It just looks wrong to me.
Related information