Skip to content

Commit 4fe20b8

Browse files
committed
fix(standalone test): non promise input for use
1 parent 46082ac commit 4fe20b8

File tree

1 file changed

+1
-1
lines changed
  • test/e2e/app-dir/app/app/(newroot)/dashboard/project/[projectId]

1 file changed

+1
-1
lines changed

test/e2e/app-dir/app/app/(newroot)/dashboard/project/[projectId]/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { use } from 'react'
22

3-
function getData({ params }) {
3+
async function getData({ params }) {
44
return {
55
now: Date.now(),
66
params,

0 commit comments

Comments
 (0)