test: adds playwright e2e tests #23
Merged
Annotations
4 warnings
Run linter:
src/components/Editor/Editor.tsx#L98
React Hook useEffect has a missing dependency: 'setEditorRef'. Either include it or remove the dependency array
|
Run linter:
src/components/EventLoop/Pointer/Pointer.tsx#L76
React Hook useEffect has missing dependencies: 'animationRef', 'incrementTime', 'processEvent', and 'setState'. Either include them or remove the dependency array
|
Run linter:
src/components/WebApiQueue/WebApiTask.tsx#L58
React Hook useEffect has missing dependencies: 'delay', 'set', 'task', and 'timeRef'. Either include them or remove the dependency array
|
Run linter:
src/utils/useRefState.tsx#L12
React Hook useEffect has missing dependencies: 'selector' and 'store'. Either include them or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading