s-yadav / react-meta-tags

Handle document meta/head tags in isomorphic react with ease.
MIT License
226 stars 47 forks source link

Context is being Deprecated #33

Open krishnaglick opened 4 years ago

krishnaglick commented 4 years ago

I'm using React.Strict and it's warning me about deprecation. I traced it to this lib. I'm not familiar enough with the legacy context to convert this app easily, but I thought I'd bring it up in case the repo is still being maintained. Legacy here: https://reactjs.org/docs/legacy-context.html New Context: https://reactjs.org/docs/context.html

I really like the simplicity of this library and I'm hoping it can get updated! :)

sirajalam049 commented 4 years ago

I think the library is no longer active, no reply from the owner.

stephensabatini commented 4 years ago

Any update on this?

sirajalam049 commented 4 years ago

TIme top move on to the https://github.com/nfl/react-helmet

akhil9tiet commented 3 years ago

@krishnaglick removed the error by removing from index.js

krishnaglick commented 3 years ago

My team elected to switch to Helmet. Which has its own deprecation notice, but eh.