Skip to content

ci: switch to changesets #63

ci: switch to changesets

ci: switch to changesets #63

Triggered via push September 20, 2024 19:37
Status Success
Total duration 1m 37s
Artifacts

tests.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
test (20.x, ubuntu-latest): src/Provider.tsx#L22
The reactive variable 'props.store' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
test (20.x, ubuntu-latest): src/Provider.tsx#L26
The reactive variable 'props.store' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
test (20.x, ubuntu-latest): src/createDeepSignal.ts#L9
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
test (20.x, ubuntu-latest): src/createDeepSignal.ts#L10
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
test (20.x, ubuntu-latest): test/useSetAtom.test.tsx#L13
The reactive variable 'props.cb' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props
test (20.x, macos-latest): src/Provider.tsx#L22
The reactive variable 'props.store' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
test (20.x, macos-latest): src/Provider.tsx#L26
The reactive variable 'props.store' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
test (20.x, macos-latest): src/createDeepSignal.ts#L9
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
test (20.x, macos-latest): src/createDeepSignal.ts#L10
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
test (20.x, macos-latest): test/useSetAtom.test.tsx#L13
The reactive variable 'props.cb' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props
test (20.x, windows-latest): src/Provider.tsx#L22
The reactive variable 'props.store' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
test (20.x, windows-latest): src/Provider.tsx#L26
The reactive variable 'props.store' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
test (20.x, windows-latest): src/createDeepSignal.ts#L9
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
test (20.x, windows-latest): src/createDeepSignal.ts#L10
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
test (20.x, windows-latest): test/useSetAtom.test.tsx#L13
The reactive variable 'props.cb' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props