Skip to content

supports: atom toString includes debugLabel in dev mode #572

supports: atom toString includes debugLabel in dev mode

supports: atom toString includes debugLabel in dev mode #572

Triggered via pull request July 14, 2024 23:40
Status Success
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
build: __tests__/devtools/AtomViewer.test.tsx#L227
Caution: `React` also has a named export `useState`. Check if you meant to write `import {useState} from 'react'` instead
build: __tests__/devtools/AtomViewer.test.tsx#L229
Caution: `React` also has a named export `useCallback`. Check if you meant to write `import {useCallback} from 'react'` instead
build: __tests__/devtools/store1/AtomViewer.test.tsx#L219
Caution: `React` also has a named export `useState`. Check if you meant to write `import {useState} from 'react'` instead
build: __tests__/devtools/store1/AtomViewer.test.tsx#L221
Caution: `React` also has a named export `useCallback`. Check if you meant to write `import {useCallback} from 'react'` instead
build: __tests__/utils/useAtomsDevtools.test.tsx#L4
'getDefaultStore' is defined but never used. Allowed unused vars must match /^_/u
build: src/DevTools/Extension/components/Shell/components/JSONTree/utils/get-json-tree-theme.ts#L59
'keyPath' is defined but never used. Allowed unused args must match /^_/u
build: src/DevTools/Extension/components/Shell/components/JSONTree/utils/get-json-tree-theme.ts#L59
'nodeType' is defined but never used. Allowed unused args must match /^_/u
build: src/DevTools/Extension/components/Shell/components/JSONTree/utils/get-json-tree-theme.ts#L59
'expanded' is defined but never used. Allowed unused args must match /^_/u
build: src/DevTools/Extension/components/Shell/components/TimeTravel/components/PlaybackSpeedDropdown.tsx#L1
'useState' is defined but never used. Allowed unused vars must match /^_/u
build: src/stories/Default/Demos/DemoApp.tsx#L5
'Select' is defined but never used. Allowed unused vars must match /^_/u