@ -29,6 +29,7 @@ function create_main_fragment ( state, component ) {
function SvelteComponent ( options ) {
options = options || {};
this._state = options.data || {};
recompute( this._state, this._state, {}, true );
this._observers = {