Jay Phelps

Results 130 comments of Jay Phelps

@mike-engel your example, as provided, works for me as well. http://react.jsbin.com/dakayo/3/edit?js,output ~~It's theoretically possible that some how 0.11.0 published to npm is different than the 0.11.0 global build I'm using...

@mike-engel Here's a ready-to-run app that uses your example code with some _very_ minor modifications so you can actually see feedback that it's working. https://github.com/jayphelps/core-decorators-issue-48 ``` bash $ git clone...

Also of note, I could not install babel `v5.8.31`. It doesn't seem to be available in npm. Maybe this is somehow related? Can you confirm your version again? ``` $...

@mike-engel what browser/version are you using?

@mike-engel In the file causing you trouble, can you remove the import of `autobind` and instead place this code at the top of the file and see if this simplified...

@mike-engel inside `toggleCalendar` add this: ``` js @autobind toggleCalendar () { console.log(this === ActivityCalendar, this instanceof ActivityCalendar); } ``` I have a feeling it isn't an _instance_ of `ActivityCalendar` but...

@mike-engel are you calling _or accessing the property_ `toggleCalendar` anywhere else besides inside `render()`?

@mike-engel I don't see `ActivityCalendar` inside that `render()` block? There's `ActivityLogger`, perhaps you accidentally thought that was it? :smile:

@mike-engel I'm happy to do a Screenhero session with you to try and really debug this in your actual codebase. I realize your company may have issues with outsiders seeing...

@mike-engel no rush for me, it's your problem :trollface: