We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecddf3c commit 6400172Copy full SHA for 6400172
compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Imports.ts
@@ -94,7 +94,7 @@ function hasExistingNonNamespacedImportOfModule(
94
}
95
96
/*
97
- * If an existing import of React exists (ie `import {useMemo} from 'react'`), inject useMemoCache
+ * If an existing import of React exists (ie `import { ... } from '<moduleName>'`), inject useMemoCache
98
* into the list of destructured variables.
99
*/
100
function addMemoCacheFunctionSpecifierToExistingImport(
0 commit comments