JSFiddle - React, Tailwind, and code Playground
JavaScript
function errorTest() {
return new Promise(function(r) {
r("val");
}).then(function(){
breakstuff();
});
}
errorTest()
function errorTest() {
return new Promise(function(r) {
r("val");
}).then(function(){
breakstuff();
});
}
errorTest()