react-helmet icon indicating copy to clipboard operation
react-helmet copied to clipboard

Warning: Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code.

Open pxim opened this issue 4 years ago • 7 comments

Do you want to request a feature or report a bug?

What is the current behavior?

image

Which versions of React and react-helmet, and which browser / OS are affected by this issue? Did this work in previous versions of React and/or react-helmet?

 "react": "^16.11.0",
 "react-dom": "^16.11.0",
 "react-helmet": "^6.1.0",

pxim avatar Oct 30 '20 06:10 pxim

Please check this solution https://stackoverflow.com/questions/62202890/how-can-i-fix-using-unsafe-componentwillmount-in-strict-mode-is-not-recommended

DevShahidul avatar Nov 03 '20 16:11 DevShahidul

Duplicate, original issue here: https://github.com/nfl/react-helmet/issues/548

Maxou44 avatar Nov 08 '20 21:11 Maxou44

There is no solution other than react helmet async.

pxim avatar Nov 09 '20 01:11 pxim

There is no solution other than react helmet async.

react-helmet-async package works well.

hc0503 avatar Oct 05 '22 12:10 hc0503

I don't get why the issue in this repository (react-helmet) should be avoided by ditching this (react-helmet) entirely and switch to another library (react-helmet-async with different owner of the repo)

Can't the issue be fixed in this repository with an update? Should we all just stop using react-helmet? I mean if another package made it work (react-helmet-async), why can't also this (react-helmet) change to React's standard recommendations?

t-ricci-digit avatar Jan 02 '23 14:01 t-ricci-digit

What in the world?

kevr avatar Jan 12 '23 23:01 kevr

Is this library maintained anymore? Last publish was 3 years ago. I think the least the maintainer/former maintainer could do is update the README and redirect the new users to a suitable alternative.

ARogueOtaku avatar Feb 05 '23 08:02 ARogueOtaku