You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this._mount(target, anchor) instead of this._fragment.m(target, anchor) would fix sveltejs/svelte-loader#43. Using a private _mount method like this is arguably a bit of a hack, and we could discuss whether we need to make it a public method for the sake of things like this, but for now it's an easy way to get granular HMR working.
The text was updated successfully, but these errors were encountered:
ekhaled
added a commit
to ekhaled/svelte
that referenced
this issue
Mar 6, 2018
Using
this._mount(target, anchor)
instead ofthis._fragment.m(target, anchor)
would fix sveltejs/svelte-loader#43. Using a private_mount
method like this is arguably a bit of a hack, and we could discuss whether we need to make it a public method for the sake of things like this, but for now it's an easy way to get granular HMR working.The text was updated successfully, but these errors were encountered: