player-ui / player

https://player-ui.github.io
MIT License
71 stars 46 forks source link

React Asset: Improved Error messaging #376

Closed hborawski closed 2 months ago

hborawski commented 3 months ago

Is your feature request related to a problem? Please describe.

The ReactAsset component handles fetching the implementation from the asset registry, and throwing errors if an asset is not found. These errors indicate the direct cause, but could do a better job guiding the user to the root cause.

We should enhance this messaging to help the user self resolve the issue when possible.

Describe the solution you'd like

Additional context