Mathieu
Explore posts from serversCDCloudflare Developers
•Created by Mathieu on 11/3/2023 in #general-help
[Pages] Running script requires package
Looks like I jsut had to add
npm install copyfiles -g &&
I couldnt imagine this was allowed to do hehe2 replies
Issue with reactivity when using mergeProps
Im not sure what you mean @Tito but check this:
https://playground.solidjs.com/anonymous/6bb74459-6746-4ed5-9bae-c322d862386b
34 replies
Issue with reactivity when using mergeProps
but how when that reactive variable changes from a value to undefined, that code that does the fallback is ran again?
So the
mergeProps
is not only ran once on mount, this code is ran subsequently somehow34 replies
Issue with reactivity when using mergeProps
I thought it would fallback only one time. but we can see that there is reactivity, and it's like a reactive fallback, where whenever the option is undefined, it will fall back (i.e. it's not ran only once, but it's reactive)
34 replies