https://github.com/staylor/react-helmet-async/issues/32 I have the problem described above and it's indicated as happening in react-async-component. Any suggestions?
Activity
oyeanuj commentedon Dec 24, 2018
@mschipperheyn How did you end up fixing this? Running into the same thing..
mschipperheyn commentedon Dec 24, 2018
I did not yet.
mschipperheyn commentedon Dec 25, 2018
@ctrlplusb did you have a look here yet? staylor/react-helmet-async#32
justnixx commentedon Jan 7, 2025
You are likely missing the
HelmetProvider
, which is required. Did you wrap yourApp
component withHelmetProvider
? Here's an example: