uchiha_savior
uchiha_savior
SSolidJS
Created by uchiha_savior on 11/6/2023 in #support
cant set signal exported from a context
Thanks. Will take a look
6 replies
SSolidJS
Created by uchiha_savior on 4/14/2023 in #support
Derived value in event handler causing router error
I'll check it out. Thanks
8 replies
SSolidJS
Created by uchiha_savior on 4/14/2023 in #support
Derived value in event handler causing router error
dont wanna do props.product everywhere, sort of alternate to props destructuring
8 replies
SSolidJS
Created by uchiha_savior on 4/14/2023 in #support
Derived value in event handler causing router error
Ok so wrapping it in createMemo fixed it. const product = createMemo(() => props.product). Is this the correct way to do this?
8 replies