mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
Resolved all 7 issues identified in PR review: 1. @testing-library/dom peer dependency already explicitly listed 2. Removed invalid eslint-disable comments (replaced with correct rule) 3. Fixed unstable callbacks in useMachinePolling using refs to prevent unnecessary re-renders 4. Fixed useAutoScroll options dependency with useMemo for stability 5. Fixed stale closure in BluetoothDevicePicker using functional setState 6. Fixed memory leak in useBluetoothDeviceListener by preventing re-registration of IPC listeners 7. Added proper eslint-disable for intentional setState in effect with detailed comment All tests passing (91/91), build successful, linter clean. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
11 lines
135 B
JSON
11 lines
135 B
JSON
{
|
|
"mcpServers": {
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": [
|
|
"shadcn@latest",
|
|
"mcp"
|
|
]
|
|
}
|
|
}
|
|
}
|