Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor@1.4 + doesn't work any more #13

Open
parhelium opened this issue Dec 6, 2016 · 2 comments
Open

Meteor@1.4 + doesn't work any more #13

parhelium opened this issue Dec 6, 2016 · 2 comments

Comments

@parhelium
Copy link

parhelium commented Dec 6, 2016

Example from docs :

Picker.route("/", function(params, req, res, next) {
  var ejsonData = {aa: 10};
  InjectData.pushData(res, "some-key", ejsonData);
  // make sure to move the routing forward.
  next();
});

AND

InjectData.getData("some-key", function(data) {
  console.log(data);
});

doesn't work.
On client data is undefined and should be {{aa:10}}

What is more important, this bug breaks FastRender !

@parhelium
Copy link
Author

screen shot 2016-12-07 at 09 29 19

@theosp
Copy link

theosp commented Dec 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants