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
Fix crash during server-render in non-Node environments.
setTimeout and clearTimeout may not be available in some server-render
environments (such as ChakraCore in React.NET), and loading
ReactScheduler.js will cause a crash unless the existence of the
variables are checked via a typeof comparison.
reactjs/React.NET#555
0 commit comments