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
After I launched the project, there's a warning said componentWillMount is deprecated. I found that in /src/UnityView.tsxx there's a method named componentWillMount. Maybe it's better to change it into componentDidMount in the future
The text was updated successfully, but these errors were encountered:
After I launched the project, there's a warning said
componentWillMount
is deprecated. I found that in/src/UnityView.tsx
x there's a method namedcomponentWillMount
. Maybe it's better to change it intocomponentDidMount
in the futureThe text was updated successfully, but these errors were encountered: