svelte icon indicating copy to clipboard operation
svelte copied to clipboard

Context not working with array

Open dm-de opened this issue 3 months ago • 4 comments

Describe the bug

After setting an array, I use setContext inside $effect. This feels right - otherwise a warning come up. But my subcomponent do not get context. Array is undefined

Same thing with object

Reproduction

ARRAY

OBJECT

Logs

No response

System Info

Svelte 5.1.14

Severity

blocking an upgrade

dm-de avatar Nov 11 '24 13:11 dm-de