nada/fix: handle tab switching when changing language #106
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736, actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736, actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2. 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/Modals/FilterModal/FilterModalPaymentMethods/FilterModalPaymentMethods.tsx#L38
React Hook useEffect has a missing dependency: 'searchedPaymentMethods'. Either include it or remove the dependency array
|
src/components/ProfileContent/ProfileStats/ProfileStats.tsx#L47
React Hook useMemo has a missing dependency: 'localize'. Either include it or remove the dependency array
|
src/components/Search/Search.tsx#L25
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
src/components/Table/Table.tsx#L46
React Hook useLayoutEffect has an unnecessary dependency: 'headerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'headerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
src/hooks/custom-hooks/useModalManager.ts#L67
React Hook useEffect has a missing dependency: 'syncModalParams'. Either include it or remove the dependency array
|
src/hooks/custom-hooks/useModalManager.ts#L71
React Hook useEffect has a missing dependency: 'actions'. Either include it or remove the dependency array
|
src/pages/my-ads/components/SellAdPaymentSelection/SellAdPaymentSelection.tsx#L28
React Hook useEffect has a missing dependency: 'get'. Either include it or remove the dependency array
|
src/pages/my-ads/screens/CreateEditAd/CreateEditAd.tsx#L160
React Hook useEffect has missing dependencies: 'createResponse?.account_currency', 'createResponse?.max_order_amount_limit_display', 'createResponse?.visibility_status', and 'showModal'. Either include them or remove the dependency array
|
src/pages/my-ads/screens/CreateEditAd/CreateEditAd.tsx#L196
React Hook useCallback has a missing dependency: 'setInitialAdRate'. Either include it or remove the dependency array
|
src/pages/my-ads/screens/MyAds/MyAdsTableRow/MyAdsTableRowView.tsx#L60
React Hook useEffect has a missing dependency: 'showModal'. Either include it or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "pr-9414015445".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading