preactjs / preact-router

:earth_americas: URL router for Preact.
http://npm.im/preact-router
MIT License
1.01k stars 156 forks source link

Optional parameters result in empty strings? #381

Open vpzomtrrfrt opened 3 years ago

vpzomtrrfrt commented 3 years ago

It appears that optional parameters are passed to the component as empty strings. I would have expected undefined instead.

If this is intentional, it should be documented