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
All of the console.* local variables are defined out of scope.
console.*
The text was updated successfully, but these errors were encountered:
Are you using time() or nfo() outside of the component that has the mixin?
Sorry, something went wrong.
It defines all of the console aliases locally inside of ReactDebugMixin._consoleCheck and then tries to access them in other methods, e.g. time is called in ReactDebugMixin.componentWillMount.
ReactDebugMixin._consoleCheck
ReactDebugMixin.componentWillMount
Looking at the history I can't see that it would have ever worked unless those aliases were defined globally by some other module?
You are probably right, i had loaded the aliases somewhere else globally.. Check the latest commit
No branches or pull requests
All of the
console.*
local variables are defined out of scope.The text was updated successfully, but these errors were encountered: