Cameron Crothers

Results 5 comments of Cameron Crothers

@mayerwin Have you upgraded to react router 3.0? I don't think react-router-active-component supports this new major version yet

Could you try downgrading to react-router 2.8.1 and see if this is still the issue?

I had the same problem and can confirm that this patch works. I also created a similar solution but without introducing additional parameters to the method [f095b48af174a1afbf0]

So a `Meteor.Exception` can be serialized with EJSON ``` > EJSON.stringify(new Meteor.Error("something-bad", "Really bad", {e: "stuff"})) < "{"error":"something-bad","reason":"Really bad","details":{"e":"stuff"},"message":"Really bad [something-bad]","errorType":"Meteor.Error"}" ``` The error is coming because the object itself...

The package manuelschoebel:ms-seo is messing with this. I found in my own project it is removing the link from the header before the browser gets it.