aidenybai / aidenybai/nextjs-dev-server-temp
React Review Audit
- 主要言語
- JavaScript
- スター
- 2
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Score: 99/100** · 0 errors · 1 warning
Copy as prompt
```text
Fix the following React Review diagnostics in my codebase.
## Warnings (1)
1. [warning] rerender-functional-setstate — pages/index.tsx:18
setCount(count + ...) — use functional update to avoid stale closures
```
---
### ⚠️ Warnings (1)
**`rerender-functional-setstate`**
setCount(count + ...) — use functional update to avoid stale closures
> Use the callback form: `setState(prev => prev + 1)` to always read the latest value
[`pages/index.tsx:18`](https://github.com/aidenybai/nextjs-dev-server-temp/blob/0c2700a3795f62311ffe68cb42944f930eec7199/pages/index.tsx#L18)
---
Last scored May 18, 2026 at 10:18 AM UTC. Maintained by [React Review](https://github.com/millionco/react-review).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。