Skip to content

Commit 87e74cb

Browse files
TylerJDevCopilot
andauthored
Update src/rules/no-deprecated-experimental-components.js
Co-authored-by: Copilot <[email protected]>
1 parent 217cfd7 commit 87e74cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-deprecated-experimental-components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
return entrypoint.has(specifier.imported?.name)
4646
})
4747

48-
const components = experimental.map(specifier => specifier.imported.name)
48+
const components = experimental.map(specifier => specifier.imported?.name)
4949

5050
if (experimental.length === 0) {
5151
return

0 commit comments

Comments
 (0)