Components Fail to Load with a Commented-Out Import

Lightning Web Components (LWC) fail to load when Lightning Web Security (LWS) is disabled, Lightning Debug Mode is enabled, and the component contains a commented-out import(...) statement (such as in a JSDoc @typedef). The error occurs because the legacy Lightning Locker evaluator incorrectly parses the commented text as an active dynamic import.

Workaround 

Apply any one of these solutions:

  • Remove the commented-out import(...) or JSDoc statement from your code.
  • Enable Lightning Web Security (recommended).
  • Disable Lightning Debug Mode.

Release Preview

This release is in preview. Features described here don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.