Hey there,
I don't know if usage with preact-compat is something this lib intends to support, so I'll just ask. =)
I opened this issue there: https://github.com/developit/preact-compat/issues/391
Is this something that could be fixed in react-helmet? Or should I just replace it with preact-helmet?
Thanks in advance!
This affects React-Static users who opt for preact. What's the game plan here?
I'm using react 16.3.* (without preact) and I have the problem.. One of the props in shouldComponentUpdate is object of FiberNode, and this object has recursive link to himself (alternate field) and so deepClone will be crashed..
react-fast-compare just added support for Preact in [email protected]. Maybe this could be resolved by upgrading the dependency?
Most helpful comment
I'm using react 16.3.* (without preact) and I have the problem.. One of the props in shouldComponentUpdate is object of FiberNode, and this object has recursive link to himself (
alternatefield) and so deepClone will be crashed..