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 check out master branch and try to run the ios version and get warning:
Warning: Can only update a mounted or mounting component. This usually means you called setState, replaceState, or forceUpdate on an unmounted component.
The stack trace points to stock-cell.js line 84 and 92.
and add this.onStockStoreChange = this.onStockStoreChange.bind(this); in the constructor, then there's no warnings. But stock price is still empty though.
I check out master branch and try to run the ios version and get warning:
Warning: Can only update a mounted or mounting component. This usually means you called setState, replaceState, or forceUpdate on an unmounted component.
The stack trace points to
stock-cell.js
line 84 and 92.And the stock price is empty.
I've tried one of solutions on stack overflow that using ref, but it didn't work for me. Could someone look into it? Thanks!
The text was updated successfully, but these errors were encountered: