-
### Expected Behaviour
works with next13 - is next13 supported? are there any starter repos that use next13?
### Actual Behaviour
didnt work with next13
### Reproduce Scenario (including b…
-
Hello 👋
This is a follow up on #3889
Next13 ships with a new way to load data on the server and client:
- **build in relay** support (from Next12)
- reacts [monkey patched](https://github.com/face…
-
for some weird reasons, on next13, stepNames are not registered
-
Node v18.12.1
Next v13.3.0
pnpm v 8.1.1
segment.ts is poisoned with `client-only`
Segment.tsx is a client component
```sh
warn - ./node_modules/.pnpm/node-fetch@2.6.9/node_modules/node-fetc…
-
Unhandled Runtime Error
Error: Cannot read properties of undefined (reading 'prototype')
Call Stack
prototype
node_modules\react-responsive-masonry\lib\Masonry\index.js (14:94)
_inheritsLoose
…
-
**Describe the bug**
When using use `useRouter` hook from `next13-progressbar` it is never memoized and causes an infinite loop when using it as a dependency for useEffect
**To Reproduce**
Steps …
-
# Bug
`const currentUserEmail = session?.user?.emial!;` not working
> Problem is, emial is undefined
___
# Usage
Do changes on profile
___
## Concerned files
next13\app\dashboard
- …
-
* バージョンアップは素直に更新すればいけそう
* emotionのcss-in-jsがそのままだと動かない模様
* styled形式で書けば問題ないらしいので、そっちに切り替えてもいいかも
* https://emotion.sh/docs/ssr#default-approach
* https://emotion.sh/docs/styled
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: …
-
## Problem
Prisma Client currently does not work in the [Vercel Edge Runtime](https://vercel.com/docs/concepts/functions/edge-functions/edge-runtime), which is used to run Edge Functions by Vercel.…