You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web
Steven fae5eac31b fix(web): fix infinite loop in MemoEditor and improve React/MobX integration
- 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: Claude <noreply@anthropic.com>
2 months ago
..
public chore: enhance site.webmanifest in firefox (#4828) 6 months ago
src fix(web): fix infinite loop in MemoEditor and improve React/MobX integration 2 months ago
.gitignore chore: update gitignore 9 months ago
biome.json chore(web): migrate from ESLint+Prettier to Biome 2 months ago
components.json feat: themes (#4824) 6 months ago
index.html chore: remove fixed theme color 6 months ago
package.json fix(markdown): render single newlines as line breaks 2 months ago
pnpm-lock.yaml fix(markdown): render single newlines as line breaks 2 months ago
tsconfig.json refactor: update import prefix with alias (#1433) 3 years ago
vite.config.mts refactor: update markdown parser 3 months ago