davecarlson

Results 31 comments of davecarlson

This looks fixed in Network 8.2.93

@SevInf , surely "some" fuctionality is better than a perfect solution for now. It can always be adjusted and improved in the future. as per https://github.com/prisma/prisma/issues/23192#issuecomment-2097636494

sweet, thank you . that hopefully will do :)

I actually started a discussion around this: https://github.com/onesine/react-tailwindcss-datepicker/discussions/160

i am not using serverless, and have this issue aswell. last working version, as others, is 0.2.22

woull put together one in the next few days for you !

import { PagesTopLoader } from "nextjs-toploader/pages"; ``` Error: Failed to load external module nextjs-toploader/pages: Error: Cannot find module 'next/dist/server/route-modules/pages/vendored/contexts/head-manager-context' Require stack: - /Users/d/Code/proj/node_modules/next/dist/client/script.js - /Users/d/Code/proj/node_modules/next/dist/shared/lib/router/router.js - /Users/d/Code/proj/node_modules/next/dist/client/router.js - /Users/d/Code/proj/node_modules/next/router.js -...

the opacity bug technically exists in tailwind v3 aswell, "opacity-1" should always have been opacity-100, in both v3 and v4

> My last version was Tailwinds v3 and the opacity-1 worked. Only when I updated to v4 I got this problem. Yeah, mine too. but it works because the rule...