Files
Kilo-Org_kilocode/packages/opencode/test
Imanol Maiztegui 07024a0341 fix(tui): preserve SolidJS prop reactivity in Slot wrapper
Replace object spread (`{...props}`) with `mergeProps` when forwarding
props through the plugin Slot wrapper. Spreading props in SolidJS
evaluates each prop once at mount time, freezing reactive values like
`ref`, `visible`, `disabled`, and `on_submit`. This caused handlers to
bind against stale closures after overlay transitions, breaking Enter
submission on the session_prompt slot.

Add regression tests verifying the wrapper uses `mergeProps` (not
spread) and that reactive prop tracking is preserved at runtime.
2026-04-24 11:22:30 +02:00
..
2026-04-22 16:17:14 +02:00
2026-04-22 16:17:14 +02:00
2026-04-11 13:25:06 -03:00
2026-04-23 11:25:43 +02:00
2026-04-23 11:25:43 +02:00
2026-04-22 16:17:14 +02:00
2026-04-23 11:25:43 +02:00
2026-04-15 14:26:20 +00:00
2026-04-17 02:34:07 +00:00
2026-04-22 16:17:14 +02:00
2026-04-15 22:51:15 +02:00
2026-04-21 18:03:34 +02:00
2026-04-21 18:03:34 +02:00
2026-04-22 16:17:14 +02:00
2026-04-21 18:03:34 +02:00
2026-04-23 11:25:43 +02:00
2026-04-23 11:25:43 +02:00
2026-04-22 16:17:14 +02:00
2026-04-22 16:17:14 +02:00
2026-04-22 16:17:14 +02:00
2026-04-23 11:25:43 +02:00
2026-04-23 11:25:43 +02:00