app and solid-components . I'm trying to import the latter (which has two components Counter and Dialog) into app. Counter component works as expected, all of the interaction is happening inside of the component. However, the Dialog component isn't reacting to the open() signal that I'm passing to it... or rather it's setting to the initial value but not reacting when I use setOpen(true).App.tsx logic in the solid-components. In there, everything is working as expected.