I understand these are standard Aura components in Salesforce, and they cannot be directly used in LWC. Is there a recommended approach to integrate their functionality into an LWC, or any workaround for this limitation?
I’ve already tried the following:
Using <lightning:container>, but I encountered a "module not found" error during deployment.Implementing an Aura application to host the components and integrate them into LWC, but it still failed to load.
Could you please guide me on how to achieve this or suggest another solution?