react-helmet: Uncaught RangeError: Maximum call stack size exceeded

Hey,
HelmetWrapper uses deepEqual to compare props and of course, there are react children components with endless amount of nested objects.
This seems like a dangerous way to check props equality. Could we turn HelmetWrapper into PureComponent?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 43
- Comments: 45 (6 by maintainers)
Yeh same.
The work around for us was to not use react children to pass in
<meta><title>tags, and use the props way:Updating for visibility.
We had some organizational changes and I need to get permission in order to publish to NPM. While that is in progress, we have published to our internal nexus servers for testing.
Stay tuned. v.6.0.0-beta is coming. We had to bump a major version because we removed the default export and migrated to rollup.js for better bundling support.
thank you all.
@donaldpipowitch Think about this: the fix has been merged for a month now and the maintainters of the library still don’t care at all. They could have released this easy fix for a month now and you’d never have to waste any development work hours to track down this weird bug. Still, they don’t care and they continue to knowingly waste the time of developers all over the world just because the maintainers of this library are too lazy and ignorant.
We are volunteers and I was on paternity leave (returned last tuesday). Please be civil, we are all human.
You are also welcome to pull from master, copy and paste the code into a vendor folder and use as is. Or use a different package entirely, react-helmet-async looks promising https://github.com/staylor/react-helmet-async.
What is the reasoning behind the deep equality check? Per the React docs…
Please everyone, give @tmbtech a rest or pay him money for working on this issue. Everyone can fork this lib and patch the code or switch to react-helmet-async or use an object for configuration. There are a lot of alternatives.
Remember how it all started in 2015? So much promises, politeness and willingness to serve the community. Naive. https://github.com/erikras/react-redux-universal-hot-example/issues/89 @tmbtech
Three years passed and no one cares anymore. Reminds me of some clumsy accidental teenage male/female relationship.
Frontend was blooming at the time. Now it’s all starting to rot.
This is a really bad bug - as the props way is not even the documented recommended way to pass metadata to helmet, and there is no other workaround.
I have the same problem… Why is this closed?
Why this is still not adressed?
Just replace it by https://github.com/FormidableLabs/react-fast-compare
Ok, I can to pay something. What the cost you’re talking about? We just need a working package, and we know what the “open source” means.
Wow, people are rude.
Looking forward to a release 😍 We have this problem as well and just tracked down the issue.
keytrick doesn’t help in all casesThis bug is devastating. Had to switch to react-helmet-async which doesn’t have this problem 😢