fix(translations): sync translations from transifex (v39) #3889
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, 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/components/App.js#L46
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
|
src/components/DashboardsBar/DashboardsBar.js#L56
React Hook useEffect has missing dependencies: 'onExpandedChanged', 'updateUserRows', and 'userRows'. Either include them or remove the dependency array. If 'onExpandedChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/components/DashboardsBar/DashboardsBar.js#L60
React Hook useEffect has a missing dependency: 'rootElement.style'. Either include it or remove the dependency array
|
src/components/DashboardsBar/DashboardsBar.js#L65
React Hook useEffect has a missing dependency: 'rootElement.style'. Either include it or remove the dependency array
|
src/components/DashboardsBar/DashboardsBar.js#L72
React Hook useEffect has a missing dependency: 'userRows'. Either include it or remove the dependency array. Mutable values like 'userRowsChanged.current' aren't valid dependencies because mutating them doesn't re-render the component
|
src/components/DashboardsBar/DashboardsBar.js#L87
React Hook useCallback has missing dependencies: 'memoizedCancelExpanded', 'onExpandedChanged', and 'scrollToTop'. Either include them or remove the dependency array. If 'onExpandedChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/components/DashboardsBar/DashboardsBar.js#L92
React Hook useCallback has missing dependencies: 'onExpandedChanged' and 'scrollToTop'. Either include them or remove the dependency array. If 'onExpandedChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/components/Item/VisualizationItem/Visualization/DefaultPlugin.js#L45
React Hook useEffect has missing dependencies: 'activeType', 'credentials', 'd2', 'filterVersion', 'item', 'mapViewCount', 'options', and 'visualization'. Either include them or remove the dependency array
|
src/components/Item/VisualizationItem/Visualization/DefaultPlugin.js#L72
React Hook useEffect has missing dependencies: 'credentials', 'd2', and 'options'. Either include them or remove the dependency array
|
src/components/Item/VisualizationItem/Visualization/LegacyPlugin.js#L23
React Hook useEffect has a missing dependency: 'props.item.id'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading