Skip to content
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

Not working for stateless components #4

Open
NochEinKamel opened this issue May 5, 2015 · 1 comment
Open

Not working for stateless components #4

NochEinKamel opened this issue May 5, 2015 · 1 comment

Comments

@NochEinKamel
Copy link

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
            };
        },
@magus
Copy link

magus commented May 7, 2015

See #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants