Closed shantp closed 9 years ago
Hello @shantp
Can you check with sourcemaps or unminified code? Because app.js:20318
it's hard to know where does it comes :)
Seems more a problem with mutating props with your super(props)
call, but I'm may be wrong... since I haven't tried 0.13
yet, gonna check this afternoon :)
It doesn't look like this was addressed... running into the same issue.
I'm getting the same as shantp too, same react version.
have the same issue
Guys sorry for late update, can you test last release?
sure :)
Nice - its rendering without those errors now, thanks for fixing that up :+1:
Yep, works fine.
Great, I'll close this :)
I tried using this with 0.13rc2 of react and I'm getting this error. Here's my code:
Also getting these warnings:
Warning: Something is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory app.js:20318 Warning: Don't set the props property of the component. Mutate the existing props object instead.
Maybe this has to do with mixins in ES6?