-
### Link to the code that reproduces this issue
https://github.com/RobertKoval/issue_nextjs
### To Reproduce
1) Create a new project using `npx create-next-app@latest`
2) run `npx next build `
##…
-
**Describe the issue**
Working toward a `stuntrally` package in GNU Guix, I tried to package mygui-next using Ogre-Next 3.0.0 (that came out very recently). Sadly, it fails to build due to now-mis…
-
oh hi, Mark 😆 by chance found your project today, after theorizing exactly the same idea for my study project.
I saw in the roadmap that there are plans to integrate it into the WordPress plugin, b…
-
## Welcome to the Next.js RAG Project! 🎉
Thank you for considering contributing to the **Next.js RAG** project! We’re excited to have you on board and look forward to your contributions.
### How…
-
Hello... I am having trouble implementing the creatorClient contract in NextJS w/ Typescript..
Here are my 2 function.
I am passing in an imagebuffer which is an AI generated image.
How do I use …
-
This subtask is part of issue #15: Create back-end for games
Objective: Set up the initial Next.js project structure with TypeScript and Tailwind CSS.
Steps:
1. Initialize a new Next.js project with…
-
### Description
The Next.js startup fails, and the components used by Expo are not styled.
### CodeSandbox/Snack link
.
### Steps to reproduce
1. Go to '...'
2. Click on '...'
3. Scroll down …
-
I followed your team's work since Wonder3D and know that the main improvement of Era3D over that is enlarging the reconstruction resolution from 256x256 to 512x512, and I wonder if your team has a tim…
-
### UnoCSS version
0.64.0
### Describe the bug
With unocss in next, I changed the class name and the styles were invalidated, only after the project was rebuilt.
```tsx
test
```
For example, if…
-
When trying to use the library inside server component in next js 14 project using turbopack like this:
```
import scribe from "scribe.js-ocr"
const UplaodScheduleForm: React.FC = async () => {
…