-
It still suggesting the older page router, plz change it to app router or add app router setup option. thank you!
Its under "Step 4: Set up Clerk Provider"
-
![Screenshot from 2022-03-04 11-25-50](https://user-images.githubusercontent.com/19522700/156823959-7702a1bf-86a5-4422-9616-0bc69e821bb5.png)
Notice that hostnames are listed as
-
Follow up to [#83666](https://github.com/grafana/grafana/issues/83666).
With most of the core now using the `react-router-dom-v5-compat` package, the next step would be to consider switching complete…
-
### What version of React Router are you using?
v7
### Steps to Reproduce
1. Install react-router (7.0.0-pre.1)
2. Install @mdx-js/rollup (tested with ^3.1.0 and ^3.0.1)
3. Create a custom …
-
**Github username:** @MatinR1
**Twitter username:** MatinRezaii1
**Submission hash (on-chain):** 0x1b6aa672fde9499ae6b1e3947dab3f6425dd58800fcbdd5ab97b020425f84adf
**Severity:** high
**Description:*…
-
## 中文
### 问题描述
现有应用框架如下
- Next.js 主应用
- Next.js 子应用
主应用和子应用之间使用 Module Federation 提供的插件进行连接。
由于 Module Federation 宣布不再为 Next.js 16 及之后的版本提供插件支持,我正在尝试将主应用向 Modern.js 迁移。
期待达成的应用框架如下
- Modern.js 主应用
…
-
### What is the improvement or update you wish to see?
> The old configuration file, contained in the API Route (pages/api/auth/[...nextauth].ts / app/api/auth/[...nextauth]/route.ts), now becomes mu…
-
### Minimal reproducible example
https://github.com/mlukasik-dev/expo-router-repro
### Which package manager are you using? (Yarn is recommended)
pnpm
### If the issue is web-related, please selec…
-
Request:
curl -X 'POST' \
'http://localhost:3000/api/generate' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"prompt": "A popular heavy metal song about…
-
### Description
Vert.x has 3 different thread models, worker, vthreads and standart. For high performance web application api we are using ThreadingModel.VIRTUAL _THREAD. However this model breaks …