As part of a custom interface, a developer team creates various new Lightning web components. Each of the components handles errors using toast messages. When the development is complete, all the components are added to the same Lightning page. During acceptance testing, users complain about the long chain of toast messages that display when errors occur loading the components. Which two techniques should the developer implement to improve the user experience? (Choose two.)
A. Use a [template] tag to display in-place error messages
B. Use public properties on each component to display the error messages
C. Use the window.alert() method to display the error messages.
D. Use a Lightning web component to aggregate and display all errors.
Suggest answer: AB
Reference:
No comments:
Please share to make the community better.