You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In hero loader there is a massive try-catch that catches any error that can occur. The problem is that the loader just eats the message. Ideally it would be great if we can get a bit more detail, i've modified the compiled source in my lib to get around it but basically where you have the message "Error created and attaching module async." it would be great to just add "Error created and attaching module async. " + error.message
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
In hero loader there is a massive try-catch that catches any error that can occur. The problem is that the loader just eats the message. Ideally it would be great if we can get a bit more detail, i've modified the compiled source in my lib to get around it but basically where you have the message "Error created and attaching module async." it would be great to just add "Error created and attaching module async. " + error.message
Thanks!
The text was updated successfully, but these errors were encountered: