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

Fast-render from abecks versions (staringatlights) #48

Closed janat08 closed 6 years ago

janat08 commented 6 years ago

Thank you for contribution. Before you go:

  1. Make sure all new code is documented in-code-docs Don't understand it, so no.

  2. Make sure new features, or changes in behavior is documented in README.md and/or other docs materials. linked the package under "related packages" section.

  3. Make sure this PR was previously discussed, if not create new issue ticket for your PR

    47

  4. Give an expressive description what you have changed/added and why add fast-render api:use with weak set to true, and added fast-render.js under server/plugins in the package as file, changed version to 3.4.8. Btw I get a weird error that I don't think does anything and possibly originates from some global helper:

    
    meteor.js?hash=cbcc712d51de4298c275e8dcf25c66c29914f19a:992 Exception in template helper: ReferenceError: FlowRouter is not defined
    at Object.activeClass (http://localhost:3000/app/app.js?hash=474456680380f5ff78d86d94cb156a7bb34f9899:20950:5)
    at http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:3051:16
    at http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:1715:16
    at http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:3103:66
    at Function.Template._withTemplateInstanceFunc (http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:3744:12)
    at http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:3102:27
    at Spacebars.call (http://localhost:3000/packages/spacebars.js?hash=ebf9381e7fc625d41acb0df14995b7614360858a:172:18)
    at Spacebars.mustacheImpl (http://localhost:3000/packages/spacebars.js?hash=ebf9381e7fc625d41acb0df14995b7614360858a:106:25)
    at Object.Spacebars.mustache (http://localhost:3000/packages/spacebars.js?hash=ebf9381e7fc625d41acb0df14995b7614360858a:110:39)
    at class (http://localhost:3000/app/app.js?hash=474456680380f5ff78d86d94cb156a7bb34f9899:20878:41)
    ``