Closed jaskinn closed 7 years ago
Hey! Yeah, the reactive publish package is probably monkey patching the publishing functions in Meteor somehow, and thus the function _isDeactivated
isn't provided in this test package. See the code along these lines, where we are providing the necessary properties for other libs to use: https://github.com/johanbrook/meteor-publication-collector/blob/master/publication-collector.js#L20-L24
Would you be able to identify what reactive publish needs, add a test for it, and provide a PR?
I will give it a go.
I have run into a problem with peerlibrary:reactive-publish where "publish._isDeactivated" is not a function.
I wonder if this is along the same lines as the last issue that related to peerlibrary:reactive-publish?