Describe the bug
when using nested onSettled inside the app, the inner onSettled does not run
when using it outside the app both inner and outer are run
onSettled(()=>{
onSettled(()=>{
alert("This block does not run"
}
})
Your Example Website or App
https://solid2.netlify.app/#solidjs-repl:TAh2XG5mRKCjCjr3tGiuZg
Steps to Reproduce the Bug or Issue
.
Expected behavior
nested onSettled should run, or fail, should not silently be ignored.
Screenshots or Videos
Platform
.
Additional context
No response