Note: 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.

Base Lightning Component Limitations in LWR Sites

In LWR sites for Experience Cloud, you can use most of the components in the Lightning Component Library, but there are some limitations.

The lightning-input-field component (including when it’s used within another component):

  • Doesn’t support lookup search in LWR sites viewed on desktop computer
  • Is unsupported in LWR sites viewed on mobile devices

These components and events are unsupported:

  • lightning-emp-api
  • lightningsnapin components
  • platform-show-toast-event, but you can use toast-container

These features are unsupported:

  • Opening files, as described in Open Files in the Lightning Web Components Developer Guide
  • Using panels or modals

See an example of lightning-messageService in codeSamples/messageService in the code sample files.

Tip