fix: Avoid derived()
store updates on invalid upstream state.
#10634
Annotations
11 errors and 1 warning
type check
Argument of type 'Store<V>' is not assignable to parameter of type 'Readable<V>'.
|
type check
Argument of type 'Store<V> | null | undefined' is not assignable to parameter of type 'Readable<V> | null | undefined'.
|
type check
This overload signature is not compatible with its implementation signature.
|
type check
Parameter 'store' implicitly has an 'any' type.
|
type check
Parameter 'value' implicitly has an 'any' type.
|
type check
Process completed with exit code 1.
|
build and check generated types
Process completed with exit code 1.
|
lint:
packages/svelte/src/store/index.js#L235
Do not access Object.prototype method 'hasOwnProperty' from target object
|
lint:
packages/svelte/src/store/index.js#L358
Unexpected function expression
|
lint:
packages/svelte/src/store/index.js#L488
Do not access Object.prototype method 'hasOwnProperty' from target object
|
lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2.2.4, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading