chore(deps): update all dependencies #515
Annotations
2 errors and 5 warnings
Lint Javascript:
src/model/IJsonModel.ts#L27
An interface declaring no members is equivalent to its supertype
|
Lint Javascript
Process completed with exit code 1.
|
Lint Javascript:
src/view/FloatingWindow.tsx#L103
React Hook React.useLayoutEffect has missing dependencies: 'id', 'onCloseWindow', 'onSetWindow', 'rect', 'title', and 'url'. Either include them or remove the dependency array
|
Lint Javascript:
src/view/Tab.tsx#L27
React Hook useLayoutEffect contains a call to 'setRenderComponent'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [renderComponent, selected] as a second argument to the useLayoutEffect Hook
|
Lint Javascript:
src/view/TabOverflowHook.tsx#L28
React Hook React.useLayoutEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Lint Javascript:
src/view/TabOverflowHook.tsx#L28
React Hook React.useLayoutEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Lint Javascript:
src/view/TabOverflowHook.tsx#L28
React Hook React.useLayoutEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Loading