You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
A day or two ago there was a new release of react-helmet. It fixes a bug with <title> that I ran into a few times (adding an extra comma). It also introduces synchronous tags!
Synchronous tags might be a solution to our problem with page-specific CSS. We should try to re-implement that feature using the latest version of react-helmet.
The text was updated successfully, but these errors were encountered:
davidtheclark
changed the title
Use react-helmet synchronous tags
Page-specific CSS: react-helmet synchronous tags
Sep 2, 2017
A day or two ago there was a new release of react-helmet. It fixes a bug with
<title>
that I ran into a few times (adding an extra comma). It also introduces synchronous tags!Synchronous tags might be a solution to our problem with page-specific CSS. We should try to re-implement that feature using the latest version of react-helmet.
The text was updated successfully, but these errors were encountered: