meteor-useraccounts / flow-routing

Useraccounts packages add-on for integration with Flow Router and Blaze Layout.
https://atmospherejs.com/useraccounts/flow-routing
MIT License
72 stars 50 forks source link

Compatibility issue with ostrio:flow-router-extra #55

Open Almaju opened 7 years ago

Almaju commented 7 years ago

I ran into some weird issues (for instance template helpers not working) when using both flow-routing and flow-router-extra.

You can find a reproduction of the bug here: https://github.com/Almaju/fre-testing The page shall display "/" instead of "home". This bug disappears as soon as I remove the useraccounts:flow-routing package (import has to be uncommented on /lib/router.js though).

Would it be possible to add support for flow-router-extra?

kwuite commented 6 years ago

Pushed a package a to atmoshpere with flow-routing-extra support.

https://atmospherejs.com/mealsunite/flow-routing-extra

dr-dimitru commented 6 years ago

@kwuite mentioned your solution at the flow-router-extra docs, thank you. @Almaju thank you for bringing this up.