Skip to content

fix: defer setAtom in subscribers of store change during main render to next micro task #445

fix: defer setAtom in subscribers of store change during main render to next micro task

fix: defer setAtom in subscribers of store change during main render to next micro task #445

Re-run triggered October 26, 2023 11:00
Status Failure
Total duration 3m 25s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: __tests__/devtools/AtomViewer.test.tsx#L3
Using exported name 'userEvent' as identifier for default export
build: __tests__/devtools/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/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__/devtools/TimeTravel.test.tsx#L3
Using exported name 'userEvent' as identifier for default export
build: __tests__/devtools/basic.test.tsx#L3
Using exported name 'userEvent' as identifier for default export
build: src/DevTools/Extension/components/Shell/components/AtomViewer/components/AtomDetail/components/AtomMetaDetails.tsx#L2
'Code' is defined but never used. Allowed unused vars must match /^_/u
build: src/DevTools/Extension/components/Shell/components/AtomViewer/components/AtomDetail/components/AtomMetaDetails.tsx#L2
'MantineColor' is defined but never used. Allowed unused vars must match /^_/u
build: src/DevTools/Extension/components/Shell/components/AtomViewer/components/AtomDetail/components/AtomMetaDetails.tsx#L2
'Title' is defined but never used. Allowed unused vars must match /^_/u
build: src/DevTools/Extension/components/Shell/components/AtomViewer/components/AtomDetail/components/AtomMetaDetails.tsx#L2
'Tooltip' 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