Theo Gravity
Theo Gravity
I also see a reference to `react-icons` in the bundler that also may contribute to compile times too, so just adding support for more direct imports may not fix the...
This report is with [optimizePackageImports: ["flowbite-react"]](https://vercel.com/blog/how-we-optimized-package-imports-in-next-js#new-solution-optimizepackageimports) being used. I'm on Next.js 15 RC if that matters.
just FYI - management has directed us to gradually switch over to `shadcn` due to the long load times around the nextjs dev experience with `flowbite-react`. We are flowbite pro...
I'm also having the same problem with fusion auth on `5.0.0-beta.20` following the instructions from here: https://github.com/nextauthjs/next-auth/discussions/4078#discussioncomment-9806999 I'm using the default runtime, which should be node.
Same, I thought I could get access to `BaseWindow` since `BrowserWindow` has that constructor check to re-implement `getFocusedWindow()` and `getAllWindows()` but that doesn't seem possible
> I think you can pass a modal parameter with a return type through `NiceModal.create`. > > ```tsx > const ConfirmDialog = NiceModal.create //input > title: string > }, >...
I'm facing the same situation in `[email protected]` (also checked with `[email protected]`), except I have next.js in dev mode running along with an API server that auto-reloads on its own when...
I did an awful hack that involved the use of the `wait-on` package: - I created two packages (I call them lockfile packages), each representing my next.js and my API...
> [@dylanjmcdonald](https://github.com/dylanjmcdonald) In the context of the [kitchen sink example](https://github.com/vercel/turborepo/tree/main/examples/kitchen-sink), if you change the code inside of `@repo/logger` the `api` tsup --watch won't detect the change as its not aware...
> > When showing a notification, give back an identifier that can be saved and used later to recall (close) a notification, even if the app has restarted. > >...