We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbde0d commit 100d391Copy full SHA for 100d391
src/utils/componentNormalizer.ts
@@ -52,7 +52,7 @@ export default function normalizeComponent (
52
if (injectStyles) {
53
injectStyles.call(this, context)
54
}
55
- // register component module identifier for async chunk inferrence
+ // register component module identifier for async chunk inference
56
if (context && context._registeredComponents) {
57
context._registeredComponents.add(moduleIdentifier)
58
0 commit comments