OGBONNA SUNDAY
OGBONNA SUNDAY
I'm thinking about making the hero card a separate reusable component, to stay organized... @bdougie what do u think about that?
Does the `highlightEnabled={false}` props fix the issue with the cursor position? cc: @BadmWe
> export async function POST(request: NextRequest, ctx: ApiRequestContext) { return api.run(request, ctx) as Promise; } Have you considered `Promise`. Using `any` ulters the main purpose of typescript 🤌
> I am facing same issue after update to next 14 This fixed the error for me... Thanks @albertpeiro for this opening this isuse 👍 . ```typescript const router =...
Hello @hoangvvo, Thanks for putting up this wonderful library 💯 . It has been a lifesaver for me since i started writing server code in nextjs. I made a small...
> I encountered this error too. > > This error only appears the first time (when `node_modules/.cache/nativewind/global.css.web.css` does not exist). > > A workaround now (typically in CI) is to...
This is a very important feature for FE devs as we tend to work with colors. Would appreciate if this is added 👌
> @OgDev-01 were you working on this in a different issue? not at all, but i will pick this up later today and get something in as a POC with...
I agree with john. Since v2 API migrations is already in flight, we might as well fix the discrepancy during the migration.