refactor log parsing and columns options. Added persisted logs #2417
Annotations
1 error and 5 warnings
Test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
packages/ui/src/Checkbox/index.tsx#L51
The reactive variable 'props.checked' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
Lint:
packages/ui/src/NotificationManager/index.tsx#L78
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
|
Lint:
packages/ui/src/NotificationManager/index.tsx#L153
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
|
Lint:
packages/ui/src/NotificationManager/index.tsx#L173
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
|
Loading