Open kcarmonamurphy opened 5 years ago
How does the promises not being resolved relate to Module is already loading.
error?
Anyway you can push the code that creates this to a repo that we can see?
I saw something similar in a local donejs-chat app so I'm going to take a look. I saw this happening in live-reload, not sure if that's when you did.
Really need a reproducible case in order to fix this.
Really wish I could provide you with more information regarding this specific issue, but generally we're trying to upgrade from canjs3 to canjs4 and ideally from steal1 to steal2. all permutations of package versions that we've bumped up have been giving us different errors and we've been losing track of what package upgrade causes what error.
I need to liaise with my team but likely (it's my hope) that we'll be able to send you our whole repository so that you could take a look and help us with the upgrade. feel free to close this issue in the meanwhile.
I'm getting the following error in my console when running
donejs develop
:Starting on line 226 in
component.js
, we can see that there is no.catch()
block:I would gladly help write up a PR for this but I'm not sure what the best way to handle any errors would be here. Simply output error message to console or try to dig deeper to find root cause of error (or both?). Looking for some guidance.