kadirahq / flow-router

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

transforms #567

Open timothyarmes opened 8 years ago

timothyarmes commented 8 years ago

FlowRouterSSR now fails when I try to access a helper function on a Mongo document. the helper was added using the dburles:collection-helpers package, which itself uses transforms to add the functions, so it seems that FlowRouterSSR no longer applies transforms.

This use to work. I can't narrow it down to the version of FlowRouterSSR that broke it due to the sheer number of code changes between my working 1.2 and 1.3-based versions. (It's taken me a couple of months to get my app working on Meteor 1.3, mainly since I've had to wait for several bug fixes to be addressed).

Tim

chmac commented 8 years ago

@timothyarmes We're having the same issue, realise we posted a duplicate in #592. I also posted a workaround there. You want to close this and we'll track it in #592, or should I close it and we can track the issue here? You were here first! :-)