Chukwuma Okere

Results 22 comments of Chukwuma Okere

+1 Same issue on Windows 10 > same with me, it is showing this to me, when running @next/font/google in "next dev --turbo", but showing no error without turbo ![image](https://user-images.githubusercontent.com/89209652/198605616-4f2e0990-4bce-4204-90fb-93914d0eb58f.png)

This change almost worked for me but I received an error about: ``` error - [rendering] [root of the dev server]/ Error during SSR Rendering Error: @next/font/google failed to run...

I tried using `--turbo` but encountered a problem with `@next/font/google` so be mindful of that. https://github.com/vercel/next.js/issues/41841#issuecomment-1296379293 Windows subsystem linux or a dev machine (I use macOS now to run the...

Above suggestion works for me as well. Wonder why this bug exists... but Sam Selikoff's video didnt encounter this

I'm having this problem too. I have a RootLayout with some meta tags, no title specified there Instead I have an app/head.tsx with ```js export default function Head () {...

on `"next": "^13.0.3-canary.0",` With RootLayout without a and using head.tsx in the `app` dir I get Uncaught Error: Hydration failed because the initial UI does not match what was rendered...

ALso having this issue...

Damn... this is a feature I needed Prisma ORM generates sql files that can be repetitively run so that everyone is on the same db build, we have the same...

When I tried switching to use the non connection pooling method, it wouldnt even build I get an error with `check_db`... > If I use the supavisor URL, I can't...

Might hold off on this: https://github.com/shadcn-ui/ui/issues/86 In case you "need a tooltip" use a [popover](https://www.radix-ui.com/docs/primitives/components/popover) instead, as they do in their documentation.