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
Do not use componentWillMount. It runs on the server too.
You need to do this on the client, so use componentDidMount to start the connection.
Then use componentWillUnmount to close the connection. @arunodaissues的回答
CMD:
The text was updated successfully, but these errors were encountered: