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
this is a workaround for react 16 since ReactDOM.render is not
guaranteed to return the instance synchronously (especially if called
within another component's lifecycle method eg: componentDidMount). see:
facebook/react#10309 (comment)
Test plan:
* when rendered into canvas-lms using react16, it shouldn’t throw errors
0 commit comments