Results 21 comments of Jeff Willette

@nomasprime I am suddenly getting this `self._addDefaultMeta` error as well from plugins, but I can't figure out what is going on. I have tried reinstalling and updating everything but I...

Oh thanks for the reply. I need other plugins which rely on this node host so I cannot switch.

I am a little bit confused about your setup. You have two external or internal DNS's pointed at the container IP? What is failing and where is docker-alertd in this...

I just ran into this issue too. I thought I could just delete the certs and the `~/Library/Application Support/devcert` dir and start again but I got errors after deleting that...

I believe the only difference in apollo is that is actually parses the graphql tags in your files so you get interfaces for your component queries and not just the...

I'd be happy to add it, but it seems there is a current problem with typescript in gatsby that is affecting this. I'll have to wait until I can find...

I tried the approach by @KevinDoom but I found that `componentDidMount` sometimes causes weird behavior because it doesn't run on subsequent renders where the component is not removed from the...

I am using gatsby, so the `exports.wrapRootComponent` looks weird, but you should be able to get the feel of how to lay it out in plain react... ``` exports.wrapRootComponent =...

I just ran into this problem as well and its been a showstopper so far... Any idea what is causing this to happen?

I have been thinking more about this issue and I don't think that this is the fault of `apollo-link`. I am pretty sure this happens because the site is served...