Add type tests #179
Annotations
3 errors and 1 warning
test-package:
type-tests/types-reflect.tsx#L197
Type 'StoreWritable<(newValue: string) => void>' is not assignable to type '((newValue: string) => void) | (() => void) | undefined'.
|
test-package:
type-tests/types-reflect.tsx#L222
Type 'StoreWritable<{ <T extends "b">(value: T): { lol: boolean; }; <T extends "a">(value: T): { kek: boolean; }; }>' is not assignable to type '((value: "a") => { kek: boolean; }) | (() => { kek: boolean; }) | undefined'.
|
test-package
Process completed with exit code 1.
|
test-package
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|