Chris Welch

Results 14 comments of Chris Welch

Our unit tests definitely test this case. `My Title` should be a string. Hmmm.... What's your version of React?

@tinynumbers on the server side, you can control the ordering of groups of head information (i.e. meta tags before title tag before link tags). And the ordering of tags should...

Thank you @sgnl, if you could merge with master and resolve the conflicts, I can work to get this merged this week.

I'll focus on this after updating the dependencies.

We're looking into Context API to remove our dependency on `react-side-effect`. Targeting for v7.

@alukach if your component tree is rather deep, then that could cause more delay, but in general we are at the mercy of the DOM's update latency. Although, we are...

We currently use that markup to distinguish Helmet's tags from existing tags in the app, in case a user wants tags managed outside of Helmet. The current implementation clears all...

Not currently a feature, but it's on the roadmap.

@mrkam2 Nope, trying to get some help in managing it. Sorry we've been a bit unresponsive.

Thanks @lannonbr that's definitely a breaking change that needs to be adhered to. @mlippert we, unfortunately, were not able to deprecate the old API, so you can still use it....