• Steven's avatar
    fix(web): fix infinite loop in MemoEditor and improve React/MobX integration · fae5eac3
    Steven authored
    - Wrap all setter functions in useMemoEditorState with useCallback to ensure stable references
      This prevents infinite loops when setters are used in useEffect dependencies (fixes "Maximum update depth exceeded" error)
    - Extract MobX observable values in useMemoFilters and useMemoSorting before using them in useMemo dependencies
      This prevents React from tracking MobX observables directly, improving reliability
    - Add comprehensive documentation explaining the design decisions for future maintainability
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    fae5eac3
Name
Last commit
Last update
..
components Loading commit data...
helpers Loading commit data...
hooks Loading commit data...
layouts Loading commit data...
lib Loading commit data...
locales Loading commit data...
pages Loading commit data...
router Loading commit data...
store Loading commit data...
themes Loading commit data...
types Loading commit data...
utils Loading commit data...
App.tsx Loading commit data...
grpcweb.ts Loading commit data...
i18n.ts Loading commit data...
index.css Loading commit data...
main.tsx Loading commit data...