Open phillipskevin opened 6 years ago
This is caused by https://github.com/canjs/can-route-hash/issues/3.
After fixing https://github.com/canjs/can-route-hash/issues/3, we also need to figure out how param
/deparam
should work with null/undefined/""/0/false values.
With routes defined like:
Setting
section
to""
(empty string), breaks route matching.In 3.0, doing this would give this data
...in 4.0, it gives:
See: https://jsbin.com/janipazeme/1/edit?js,output.