Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react-dom): Fix crash during server render (#14103)
Check for existence of `setTimeout` and `clearTimeout` in the runtime before using them, to ensure runtimes without them (like .NET ClearScript) do not crash just by importing `react-dom`.
- Loading branch information