Skip to content

2.0.0-beta.3 onSettled in onSettled does not execute silently #2636

@mizulu

Description

@mizulu

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

Image

Platform

.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions