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
Address Copilot review comments and fix lint issues
- Import and use useMemo from React
- Memoize baseUrl to prevent unnecessary re-renders
- Memoize iframeOrigin for efficient message verification
- Use location.search from useLocation hook instead of window.location.search
- Update useEffect dependencies to use memoized values
- Fix code formatting with prettier
These changes improve performance by avoiding unnecessary computations
and follow React best practices for hooks.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments