-
:red_circle: **Typescript/advanced/Learning-Management-System App** :
:red_circle: **To create a basic structure of a learning management system.** :
:red_circle: **MERN stack (NextJs) and typescr…
-
first of all the code:
```tsx
import Image from "next/image";
import * as stylex from '@stylexjs/stylex';
const s = stylex.create({
h1: {
fontSize: '4rem',
},
boldness: {fontWeig…
-
**描述遇到的问题**
Vercel部署报错Error: Cannot find module './start'。最近数次sync fork均报错,仅初次部署成功 但是进入网会直接白屏无内容
**相应配置**
Page ID 11219e97798480728d00ef350fb0ae3a
https://wiki-next.reitouko.cyou
**截图…
-
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…
-
### What version of `drizzle-orm` are you using?
"^0.35.3"
### What version of `drizzle-kit` are you using?
"^0.26.2"
### Describe the Bug
Hi
In a nextjs app with "drizzle-orm/pg-core"…
-
hey, anyone managed to get it working in nextjs pages dir?
heres what ive tried:
imported as:
```ts
// @ts-ignore
import scribe from "scribe.js-ocr/scribe.js";
```
```ts
//other code
await…
-
Getting above error in new app created with latest Next version.
`⨯ TypeError: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext) is not a function
at eval (webpack-internal:///(rsc)/./nod…
-
Error msg:
```javascript
ReferenceError: jest is not defined
at Object. (C:\Users\alilo\Documents\NextjsWithTS\nextjs-boilerplate\node_modules\jest-next-dynamic\index.js:53:3)
at Module._…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: arm6…
-
### What is the problem?
I get an error
### Paste all your error logs here:
```
Route "/" used `...headers()` or similar iteration. `headers()` should be awaited before using its value. Lear…