reactjs / React.NET

.NET library for JSX compilation and server-side rendering of React components
https://reactjs.net/
MIT License
2.28k stars 940 forks source link

React-helmet depreciation #1268

Open thurfir opened 2 years ago

thurfir commented 2 years ago

React helmet depends on react-side-effect, which is no longer supported in React 17+ .

Do you have any plans on moving to react-helmet-async or similar?