Demo: State Chaos β Where Does Truth Live?
π Medical Terminology Course
π State Inspector
βοΈ Component State
loading...
π§ useCallback (submit)
loading...
π₯οΈ Server
loading...
Event Log
How to trigger the bug
- Go to the Quiz step β this creates the submit handler with
proMode=false
- Click "Need a hint?" link on the quiz (opens new tab)
- A/B test: 1 in 5 refreshes shows "Professional Mode" toggle β keep refreshing
- Enable Professional Mode β this updates cookies + server
- Return to quiz tab β UI updates! Shows 3 questions + badge
- But the submit handler still has
proMode=false
- Answer all 3 questions. Submit β server expected pro mode, got standard.