Open dagnelies opened 10 years ago
EDITED: sorry, just realized what repo this was in.
@dagnelies - yes it can be tricky. Have you tried adding a "catch" then
to the load?
Ractive.load().then(function(){
// do loading stuff
}).then(null, function(err){
console.error(err)
})
Hi,
Currently, loading a component is a bit flaky. As soon as there is a tiny error in it, it will fail to display (that's not really a problem, it's faulty) ...The issue is that there isn't even a single log line in order to know what's wrong and locate the error.
Cheers