O Uguz
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
O Uguz 创建了一个帖子, Argument type { status: number } is not assignable to parameter type ResponseInit | undefined
//app/api/posts/route.js import prisma from '@/prisma/prismadb' import { NextResponse } from 'next/server' export async function GET() { try { const posts = await prisma.post.findMany() ... -
O Uguz 创建了一个帖子, Prettier custom configuration
I create a .prettierrc file in every project. Is there a way I can save my settings globally instead? I want Prettier to work with my own customization. for example settings.json in vscode -
O Uguz 创建了一个帖子, component gap
<Header/> When I do reformat code it removes the spaces. I want it to be like this <Header /> Some of my settings are changing by themselves even though I haven't changed any settings.