We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react/packages/scheduler/src/forks/SchedulerDOM.js
Line 253 in f15f8f6
Is there a certain reason for using var instead of let in these unstale_xxx functions and other variables' definition ? 🙂
var
let
unstale_xxx
The text was updated successfully, but these errors were encountered:
The scheduler is designed to be used with no build steps, which means using ES5 syntax.
See #13582 for more context.
Sorry, something went wrong.
No branches or pull requests
react/packages/scheduler/src/forks/SchedulerDOM.js
Line 253 in f15f8f6
Is there a certain reason for using
var
instead oflet
in theseunstale_xxx
functions and other variables' definition ? 🙂The text was updated successfully, but these errors were encountered: