Nyi Nyi Lwin
Nyi Nyi Lwin
This issue comes from unintentional subscription to a signal like the one at https://github.com/kajetansw/solar-forms/blob/master/src/core/form-group-directive/form-group-directive.tsx#L31 There are other places with the same code. It might solve this issue if these are...
You can still use member access `refs[cond ? 'prop1' : 'prop2']` instead plain variable to mimic conditional refs.
https://playground.solidjs.com/?hash=1968952564&version=1.4.3 same should work for array
related https://github.com/sveltejs/svelte/issues/3919
`sxhkd -c
`~` on either one or both works maybe both, so both keys get replayed it depends on your needs ``` ~alt + Right xdotool key End ```` if you're wondering...
``` CHORD_i := [MODIFIERS_i +] [~][@]KEYSYM_i ``` as per the syntax, `~alt` shouldn't work, but it does `¯\_(ツ)_/¯ `
This was possible since `` accepted `source`. You can use `pathIntegration` for initial source but the source signal in `createIntegration` currently does `a.value === b.value`. Maybe it could accept custom...
Another workaround => REPL: https://svelte.dev/repl/8dcde41369cf440da948b65bc069322b?version=3.38.2
more controllable repro https://playground.solidjs.com/anonymous/e5a35370-6712-46cb-af2b-78d7eca848c0 edit: 1. uncomment line 82 2. click `true` under `transition` 3. click `inc:` under `foreground` 4. the same bug as this issue happens the repro meant...