We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26bdb2 commit 8b6e457Copy full SHA for 8b6e457
src/hooks/offramp/useMainProcess.ts
@@ -176,9 +176,6 @@ export const useMainProcess = () => {
176
updateHookStateFromState(nextState);
177
}
178
})();
179
- // This effect has dependencies that are used inside the async function (assetHubNode, pendulumNode, walletAccount)
180
- // but we intentionally exclude them from the dependency array to prevent unnecessary re-renders.
181
- // These dependencies are stable and won't change during the lifecycle of this hook.
182
// eslint-disable-next-line react-hooks/exhaustive-deps
183
}, [
184
offrampingState,
0 commit comments