Obamax
Obamax
SSolidJS
Created by Obamax on 8/2/2023 in #support
Web Components from a Stencil Library (Custom Event)
Het guys, does anyone has encoured some difficulties to deal with customEvent from a Stencil Library. Its seems that the method define by the compiled interface of Stencil is not called at any time or the custom event is never raised. Any help ?
1 replies
SSolidJS
Created by Obamax on 6/15/2023 in #support
Props Reactivity to Signal and Signal Change to the props
Hi people, does someone ever face to the problem of passing props reactivity to an internal state and have to bubble up the change of internal change to the props. Like Modal Component that have a internal function to close (because the close button is inside) and a prop to say "Hey yo should open based on an external behavior"
3 replies
SSolidJS
Created by Obamax on 5/25/2023 in #support
Context not working as expected
Hi everyone. I’ve got a strange behaviour in my project. I want to use my context as a global state manager so when I pass a function which has my useContext function in it to an addEventListener, when the addEventListener is fired I don’t have the correct value of the store contained in my context but only the default value.
15 replies