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
If you add the mixin to stateless components there is a null-error in line 104:
index.js:104 - Uncaught TypeError: Cannot set property 'renderLog' of null.
Solution would probably be to add the getInitialState method to the mixin.
getInitialState: function() { return { renderLog: [], renderCount: 1 }; },
The text was updated successfully, but these errors were encountered:
See #3
Sorry, something went wrong.
No branches or pull requests
If you add the mixin to stateless components there is a null-error in line 104:
Solution would probably be to add the getInitialState method to the mixin.
The text was updated successfully, but these errors were encountered: