-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_output.txt
More file actions
23 lines (18 loc) · 839 Bytes
/
build_output.txt
File metadata and controls
23 lines (18 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
> study-app@0.1.0 build
> next build
Ôû▓ Next.js 16.1.6 (Turbopack)
Creating an optimized production build ...
Ô£ô Compiled successfully in 3.3s
Running TypeScript ...
Failed to compile.
./app/profile/page.tsx:203:15
Type error: Type '{ icon: string; title: string; description: string; actionLabel: string; onAction: () => void; }' is not assignable to type 'IntrinsicAttributes & EmptyStateProps'.
Property 'onAction' does not exist on type 'IntrinsicAttributes & EmptyStateProps'.
201 | description="This section is currently under development."
202 | actionLabel="Go Back"
> 203 | onAction={() => setActiveTab("overview")}
| ^
204 | />
205 | </div>
206 | )
Next.js build worker exited with code: 1 and signal: null