kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

query params not parsed in not found #739

Open MathieuDerelle opened 4 years ago

MathieuDerelle commented 4 years ago

When I'm registering a FlowRouter.notFound, the two params of action are always empty, even if query string is not empty :

image (showing result of FlowRouter.current())

I'm running an old version kadira:flow-router@2.11.0, maybe it's already fixed