chore(ci): update workflow to only trigger on main branch #50
Annotations
2 warnings
|
build-and-test:
packages/react-simile-timeline/src/components/HotZones.tsx#L33
The 'viewportLeftDate' object construction makes the dependencies of useMemo Hook (at line 68) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'viewportLeftDate' in its own useMemo() Hook
|
|
build-and-test:
demo/src/App.tsx#L136
Unexpected console statement
|