fix: project switching and terminal copy/paste; add recent projects e… #12
Annotations
12 warnings
|
Frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend:
src/context/WorkspaceContext.tsx#L31
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend:
src/components/ui/Toast.tsx#L28
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend:
src/components/terminal/TerminalPanel.tsx#L168
React Hook useEffect has a missing dependency: 'cwd'. Either include it or remove the dependency array
|
|
Frontend:
src/components/terminal/Terminal.tsx#L159
React Hook useEffect has a missing dependency: 'pendingInput'. Either include it or remove the dependency array
|
|
Frontend
The 'flat' conditional could make the dependencies of useEffect Hook (at line 337) change on every render. To fix this, wrap the initialization of 'flat' in its own useMemo() Hook
|
|
Frontend:
src/components/editor/Editor.tsx#L501
The ref value 'lspCompartment.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'lspCompartment.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Frontend:
src/components/editor/Editor.tsx#L62
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend:
src/components/editor/Editor.tsx#L25
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend
React Hook useCallback has a missing dependency: 'getFileContents'. Either include it or remove the dependency array
|
|
Frontend
React Hook useEffect has a missing dependency: 'closeIsland'. Either include it or remove the dependency array
|
|
Rust
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|