node bump to v22, wait for user validation long polling #2433
Annotations
2 errors and 5 warnings
Test
@gd/desktop#test: command (D:\a\GDLauncher-Carbon\GDLauncher-Carbon\GDLauncher\apps\desktop) C:\npm\prefix\pnpm.cmd run test exited (1)
|
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