-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething isn't workingSomething isn't workingp1-importantSvelteKit cannot be used by a large number of people, basic functionality is missing, etc.SvelteKit cannot be used by a large number of people, basic functionality is missing, etc.
Description
Describe the bug
Hi Team,
We are seeing failures in our builds after the recent package update. Here is the below error:
#19 11.46 node_modules/@sveltejs/kit/src/runtime/form-utils.svelte.js (6:9): "untrack" is not exported by "node_modules/svelte/src/runtime/ssr.js", imported by "node_modules/@sveltejs/kit/src/runtime/form-utils.svelte.js".
11.46 file: /usr/src/app/.latitude/app/node_modules/@sveltejs/kit/src/runtime/form-utils.svelte.js:6:9
#19 11.46
#19 11.46 4:
#19 11.46 5: import { DEV } from 'esm-env';
#19 11.46 6: import { untrack } from 'svelte';
#19 11.46 ^
#19 11.46 7:
#19 11.46 8: /**
#19 11.46
#19 11.46 at getRollupError (file:///usr/src/app/.latitude/app/node_modules/rollup/dist/es/shared/parseAst.js:401:41)
#19 11.46 at error
it ran fine 2 days ago, but today when we ran the build, it failed.
Kindly please suggest the fix.
Reproduction
na
Logs
naSystem Info
details shared above. this isbeing called from latitude.Severity
blocking all usage of SvelteKit
Additional Information
production builds and feature releases are impacted.
knrdl and CNSeniorious000
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingp1-importantSvelteKit cannot be used by a large number of people, basic functionality is missing, etc.SvelteKit cannot be used by a large number of people, basic functionality is missing, etc.