-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
Deduplicate "Render methods should be pure" warning #11081
Comments
I am interested in taking this up. This would be one of my first open source contributions and I am really excited about it :) |
Sounds great! You'll need to search the codebase to find where we fire these two warnings, and then add boolean variables for each. If we fire it once, we set a boolean. Next time we check a boolean before firing it, and skip if the boolean is already set. |
If you have any questions feel free to ping me here. |
Fixed in #11113. |
Note: the task is already claimed.
Just saw this in a fiddle that has a nested update bug:
It would be nice to just dedupe them in the first place instead of calling
console.error
a thousand times.Note: the task is already claimed.
The text was updated successfully, but these errors were encountered: