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
perf: optimize Turnstile callbacks to prevent re-renders
- Add useCallback hooks for all Turnstile event handlers in create page
- Create stable callback references with empty dependency arrays
- Move Turnstile component outside main form content
- Fix TypeScript error by adding mockExecute to test suite
- Run prettier formatting on all files
- Ensures Turnstile widget only renders once, improving performance
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments