feat: Next + Server + Client Support #30
Annotations
7 errors and 4 warnings
Run ESLint:
packages/core/src/index.ts#L36
Run autofix to sort these exports!
|
Run ESLint
Array type using 'Array<T>' is forbidden. Use 'T[]' instead
|
Run ESLint
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run ESLint
Array type using 'Array<T>' is forbidden. Use 'T[]' instead
|
Run ESLint
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run ESLint
rehooks-ts#lint: command (/home/runner/work/rehooks/rehooks/packages/core) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Run ESLint
Process completed with exit code 1.
|
Run ESLint:
packages/core/src/react/useCountDown/index.ts#L77
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
|
Run ESLint:
packages/core/src/react/useCountUp/index.ts#L77
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
|
Run ESLint:
packages/core/src/react/useFetch/index.ts#L79
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|
Run ESLint:
packages/core/src/react/useKeyPress/index.ts#L75
React Hook useEffect has missing dependencies: 'handleKeyDown' and 'handleKeyUp'. Either include them or remove the dependency array
|
Loading