-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Cannot read property 'getCurrentContent' of undefined #109
Comments
Did you look at the stack trace to see what was calling it? |
Yes. It is: angular.js:12722 TypeError: Cannot read property 'getCurrentContent' of undefined (anonymous function) @ angular.js:12722(anonymous function) @ angular.js:9490invokeLinkFn @ angular.js:9041nodeLinkFn @ angular.js:8533compositeLinkFn @ angular.js:7929publicLinkFn @ angular.js:7809k @ angular-ui-router.min.js:7(anonymous function) @ angular-ui-router.min.js:7Scope.$broadcast @ angular.js:16573y.transition.J.then.y.transition.y.transition @ angular-ui-router.min.js:7processQueue @ angular.js:14991(anonymous function) @ angular.js:15007Scope.$eval @ angular.js:16251Scope.$digest @ angular.js:16069Scope.$apply @ angular.js:16359done @ angular.js:10791completeRequest @ angular.js:10989requestLoaded @ angular.js:10930
|
Did you forget to That's the only way I can repro your error. |
@tasti++
|
Closing this, as it seems related to the ES6 vs. createClass conflation. |
You are right guys. I fixed that. But now I have two issues, one is the new error: react.js:18794 Warning: A component is And I do not seem to be able to make the text rich text, bold for instance. My input:
Any idea what are the reason and how to avoid that error? Thanks so much your awesome response! |
|
Amazing! I will check it out. Thanks! |
We got this error while using it inside our React component. Our main codes:
Do you know what is undefined?
The text was updated successfully, but these errors were encountered: