○ Compiling / ...
GET / 200 in 4.3s (next.js: 3.9s, application-code: 444ms)
[browser] Uncaught Error: Rendered fewer hooks than expected. This may be caused by an accidental early return statement.
at Home (src/app/page.tsx:103:11)
101 |
102 | )}
103 |
| ^
104 |
105 |
106 | {welcomeOpen && <WelcomeModal onClose={() => setWelcomeOpen(false)} />}
GET /api/templates 200 in 485ms (next.js: 447ms, application-code: 38ms)
GET /api/deploy/config?provider=vercel 200 in 530ms (next.js: 521ms, application-code: 9ms)
GET /api/templates/article-magazine/example 200 in 1157ms (next.js: 1149ms, application-code: 8ms)
GET /? 200 in 59ms (next.js: 5ms, application-code: 54ms)
GET /api/templates 200 in 29ms (next.js: 5ms, application-code: 24ms)
GET /api/deploy/config?provider=vercel 200 in 39ms (next.js: 31ms, application-code: 8ms)
[browser] Uncaught Error: Rendered fewer hooks than expected. This may be caused by an accidental early return statement.
at Home (src/app/page.tsx:103:11)
101 |
102 | )}
103 |
| ^
104 |
105 |
106 | {welcomeOpen && <WelcomeModal onClose={() => setWelcomeOpen(false)} />}
GET /api/templates/article-magazine/example 200 in 21ms (next.js: 13ms, application-code: 8ms)
○ Compiling / ...
GET / 200 in 4.3s (next.js: 3.9s, application-code: 444ms)
[browser] Uncaught Error: Rendered fewer hooks than expected. This may be caused by an accidental early return statement.
at Home (src/app/page.tsx:103:11)
101 |
102 | )}