veliovgroup / flow-router

🚦 Carefully extended flow-router for Meteor
https://packosphere.com/ostrio/flow-router-extra
BSD 3-Clause "New" or "Revised" License
202 stars 29 forks source link

Eliminate duplicate template name #39

Closed davidrea closed 6 years ago

davidrea commented 6 years ago

Loading template name was "index". If the code blocks on this page are brought into a project verbatim, Meteor will complain about a duplicate template name (and the whiltewaiting() portion of the route wouldn't work), since the index template's name is also "index".

Fixes #38

dr-dimitru commented 6 years ago

Hello @davidrea ,

Thank you spotting this, and for sending a PR. Good catch 👍

davidrea commented 6 years ago

Happy to be of help! Thanks for your continued work on flow-router...