fix(Menu): allow scrolling inside #930
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/_internal/hooks/use-chained-callback.ts#L4
Unexpected any. Specify a different type
|
src/_internal/hooks/use-chained-callback.ts#L4
Unexpected any. Specify a different type
|
src/_internal/hooks/use-chained-callback.ts#L6
Unexpected any. Specify a different type
|
src/_internal/hooks/use-deprecation-warning.ts#L15
React Hook useEffect has a missing dependency: 'args'. Either include it or remove the dependency array
|
src/_internal/hooks/use-deprecation-warning.ts#L15
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
src/_internal/hooks/use-event.ts#L19
React Hook useCallback has a missing dependency: 'callbackRef'. Either include it or remove the dependency array
|
src/_internal/hooks/use-timer/use-timer.ts#L39
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
|
src/_internal/hooks/use-timer/use-timer.ts#L49
React Hook useEffect has missing dependencies: 'callbackEvent' and 'timer'. Either include them or remove the dependency array
|
src/components/GridProvider.tsx#L54
React Hook useCallback has unnecessary dependencies: 'columns' and 'gap'. Either exclude them or remove the dependency array
|
src/components/GridProvider.tsx#L76
React Hook useEffect has missing dependencies: 'forcedWidth' and 'ref'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading