[FRE-1161] remove debounce to simplify code and clear inputs on route complete or reload #576
Annotations
3 warnings
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
eslint:
packages/widget-v2/src/pages/SwapExecutionPage/SwapExecutionPage.tsx#L190
React Hook useMemo has missing dependencies: 'destinationAsset', 'setDestinationAsset', 'setSourceAsset', and 'soruceAsset'. Either include them or remove the dependency array
|
eslint:
packages/widget-v2/src/widget/Widget.tsx#L104
React Hook useLayoutEffect has missing dependencies: 'destinationAsset', 'setDestinationAsset', 'setSourceAsset', and 'sourceAsset'. Either include them or remove the dependency array
|