fix translation #2443
Annotations
2 errors and 5 warnings
Test
@gd/desktop#test: command (/Users/runner/work/GDLauncher-Carbon/GDLauncher-Carbon/GDLauncher/apps/desktop) /Users/runner/hostedtoolcache/node/22.11.0/x64/bin/pnpm run test exited (1)
|
Test
Process completed with exit code 1.
|
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721
|
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