rbalmf
rbalmf
I had this issue too. The above code is almost a fix, but not quite since it only replaces the first separator in the path. Have created a pull request...
@sterlu I had the same `ChainExpression` error when running over our large non-TS codebase - it seems to choke on optional chaining operators `?.`. By telling the codemod to treat...
Just a guess, but looking at the error above it seems as though there is a problem record in Mongo where _id is quoted (""586...""), maybe that is causing a...