Logan Allred
Logan Allred
I was just adding this in `referencesImport` before the last `return false`: ``` const existingImport = nodePath.hub.file.path.node.body.find( importNode => BabelTypes.isImportDeclaration(importNode) && importNode.source.value === 'react-i18next', ); if (existingImport) return true; return...
I wanted to fix #664 but since the fix there seems to require a bit of refactoring as well, I am exploring how this longer-term fix would work. As I...
This issue is rather annoying for me, and I was exploring this fix, and looked at #689 but it seems rather involved to complete. Would effort be better spent moving...