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
@toolness I suspect this issue has to do with the react-text-loop library that we use on the landing page. Seems that the package still makes use of these react methods...
It looks like it's coming from some kind of third-party module, because none of our code contains a
componentWillMount
implementation.The react devtools claim this is coming from a component called
SideEffect(NullComponent)
which isn't terribly helpful.The text was updated successfully, but these errors were encountered: