AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Move registering async listeners outside of React code

Open MRayermannMSFT opened this issue 9 months ago • 3 comments

Instead of having React components register/unregister with the host system directly, provide a mediator prop to handle that instead. This avoids having the potentially buggy behavior of handling asynchronous event registration.

MRayermannMSFT avatar Nov 20 '23 22:11 MRayermannMSFT