diff --git a/src/pure.js b/src/pure.js index cf04db8..f9fbaee 100644 --- a/src/pure.js +++ b/src/pure.js @@ -4,7 +4,7 @@ import { tick } from 'svelte' const containerCache = new Map() const componentCache = new Set() -const svleteComponentOptions = ['anchor', 'props', 'hydrate', 'intro'] +const svleteComponentOptions = ['anchor', 'props', 'hydrate', 'intro', 'context'] const render = ( Component,