hi 👋 as the [svelte doc](https://svelte.dev/docs#Creating_a_component). I haven't paid attention to the progress of the release about svelte, but it seems that context configuration is already supported. ```js const svleteComponentOptions = ['anchor', 'props', 'hydrate', 'intro'] // add 'context' ? ```