tpmjs/apps/playground/src
Ajax Davis 5e0651b987 fix: add eslint-disable comments for set-state-in-effect rule in playground
The new react-hooks/set-state-in-effect ESLint rule flags setState calls
in useEffect hooks. These patterns are intentional in these components:
- ChatHeader: setMounted for hydration safety
- MessageBubble: setPartTimings for streaming state tracking
- SettingsSidebar: setEnvVars for localStorage initialization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-09 23:08:26 +10:00
..
app fix: add biome-ignore comments and config overrides for lint issues 2026-01-02 01:51:46 +10:00
components fix: add eslint-disable comments for set-state-in-effect rule in playground 2026-01-09 23:08:26 +10:00
hooks fix: read env vars directly from localStorage to avoid React closure issue 2025-12-04 14:36:51 +10:00
lib refactor: rename exportName to name across entire codebase 2025-12-17 17:19:21 +10:00
env.ts fix: make OPENAI_API_KEY optional for playground to allow client-provided keys 2025-12-04 13:22:23 +10:00