Closed dbinetti closed 1 year ago
And a better example using this
:
'by': this.get('currentUser.user.id'),
I ran into this same thing. I looked at the source and they are intentionally skipping nested (dot notation) properties. I'm not totally sure why, possibly being cautious, but, you can pull this repo locally and modify/comment out the section that is doing the isNestedKey and run the local copy. Looks like you originally posted this a year ago, so you probably found a way around this.
Hi, I run the codemod per the instructions (and the solution in #20) but always get all my files unmodified, even though I have clear places that should be caught (such as
let entry = yield this.model.get('entries').createRecord({...
)So, expected behavior is some files "OK" modified, but I get all files "unmodified".
Any way to debug?