Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Review findings:
Fix PR: #1124 |
Replace remembered confirmation keys with keyed resettable state in the deposit and withdraw widgets. This preserves the high-price-impact warning behavior without reintroducing a reset effect, so a user returning from quote B back to quote A must acknowledge the warning again.
Based on:
https://react.dev/learn/you-might-not-need-an-effect
https://x.com/alvinsng/status/2033969062834045089
We often hit render loops, usually useEffect is the culprit. We should reduce where possible imo, I think it's good practise
Test: