Attach Fullscreen to camera #16
Annotations
4 errors
src/lib/components/AddHandlers.svelte#L4
SyntaxError: Named export 'Signal' not found. The requested module '@preact/signals-core' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@preact/signals-core';
const { computed, Signal } = pkg;
❯ src/lib/components/AddHandlers.svelte:4:31
|
src/lib/index.ts#L7
SyntaxError: Named export 'effect' not found. The requested module '@preact/signals-core' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@preact/signals-core';
const { effect, untracked } = pkg;
❯ src/lib/index.ts:7:31
|
src/lib/index.ts#L7
SyntaxError: Named export 'effect' not found. The requested module '@preact/signals-core' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@preact/signals-core';
const { effect, untracked } = pkg;
❯ src/lib/index.ts:7:31
|
|
The logs for this run have expired and are no longer available.
Loading