You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
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: preactjs/preact-compat#391
Is this something that could be fixed in
react-helmet
? Or should I just replace it withpreact-helmet
?Thanks in advance!
The text was updated successfully, but these errors were encountered: