-
Notifications
You must be signed in to change notification settings - Fork 46.9k
New issue
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
update enqueueCallback invariant to more specifically denote type of passed callback #5193
Conversation
7840d2f
to
97abe0c
Compare
@conorhastings updated the pull request. |
Thanks @conorhastings, this looks great! In javascript most things are objects (so this protects against |
97abe0c
to
ba24ee5
Compare
@jimfb updated, do you mean something like this? |
ba24ee5
to
b5b3d4d
Compare
@conorhastings updated the pull request. |
b5b3d4d
to
ca95660
Compare
@conorhastings updated the pull request. |
ca95660
to
20ec78d
Compare
@conorhastings updated the pull request. |
@conorhastings Yep, that looks great! Thanks! |
update enqueueCallback invariant to more specifically denote type of passed callback
closes #5172