Update packages/svelte/src/internal/client/reactivity/deriveds.js

Co-authored-by: Elliott Johnson <sejohnson@torchcloudconsulting.com>
pull/15844/head
Rich Harris 3 months ago committed by GitHub
parent 6339aafc97
commit 4e9822dcf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,7 +34,6 @@ import { Boundary } from '../dom/blocks/boundary.js';
import { component_context } from '../context.js';
import { UNINITIALIZED } from '../../../constants.js';
import { current_batch } from './batch.js';
import { handle_error } from '../error-handling.js';
/** @type {Effect | null} */
export let from_async_derived = null;

Loading…
Cancel
Save