11 lines
333 B
Markdown
11 lines
333 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-lqf2
|
||
|
|
title: Fix hooks order violation in RunEncounters
|
||
|
|
status: completed
|
||
|
|
type: bug
|
||
|
|
priority: critical
|
||
|
|
created_at: 2026-02-09T09:22:14Z
|
||
|
|
updated_at: 2026-02-09T09:22:58Z
|
||
|
|
---
|
||
|
|
|
||
|
|
The hofTeam useMemo was placed after early returns, causing a 'Rendered more hooks than during the previous render' error and blank page.
|