You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): fix Copy & Close button not dismissing API key modal
The render-time setState pattern caused an infinite loop: clicking
the button set generatedKey to null, but createFetcher.data.key
persisted and immediately re-set it during re-render. Replaced with
useEffect that only fires when fetcher data changes.
0 commit comments