Closed joshski closed 5 years ago
When the router calls onload() on a route component, it decodes the query string parameters, but doesn't decode the path parameters.
onload()
This fixes that problem, so that path params can have e.g. whitespace in them.
in v2.1.0, thanks @joshski!
When the router calls
onload()
on a route component, it decodes the query string parameters, but doesn't decode the path parameters.This fixes that problem, so that path params can have e.g. whitespace in them.