Remove AnimatePresence mode=wait to fix blank screen on view transitions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -250,7 +250,7 @@ function App() {
|
||||
|
||||
{/* Main Content */}
|
||||
<main className="max-w-7xl mx-auto px-6 py-6">
|
||||
<AnimatePresence mode="wait">
|
||||
<AnimatePresence>
|
||||
|
||||
{/* ── Full-screen OCR result view ── */}
|
||||
{showResultView ? (
|
||||
|
||||
Reference in New Issue
Block a user