-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add a way to disable logs #24
Comments
Same here, is there a way to disable the log in Userpic.tsx? // debug('RENDER ', name || email || imageSource); |
You can create patch file with this command
|
Please upgrade to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, in dev mode, there are some logs for each render of the component.
RENDER <Userpic> Username
A prop or something to disable logs in dev mode would help. It's helpful sometimes, but most of the times, because of the large number of avatars in a screen, is hard to debug other things using the console.
The text was updated successfully, but these errors were encountered: