-
### 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
…
-
### 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
Ar…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: win32
…
-
Support appDir feature of Next.js 13.
```
Server Error
TypeError: _react.default.createContext is not a function
```
-
Hello next pepoles :)
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```raw
Operating Sy…
-
## Versions
next-with-less: 2.0.5
less-loader: 11.1.0
less: 4.1.3 (dev dependency)
next: 13.0.0
antd: 4.23.6
## next.config.js
```js
const withLess = require('next-with-less');
module.exp…
-
### 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: …
-
**Maintainer Edits/Notes:**
For those who want to use style9 in Next.js 13's `appDir` + Server Components, use `style9-webpack/next-appdir` instead of `style9-webpack/next` for now.
For those wh…
-
Add next time to send logs in order to send async.
Use `appdirs` and optional `redis`.
-
I can't seem to send an async response. For example, I'm trying
```js
for (const route of routes) {
Picker.route(`/${route}`, function(params, req, res, next) {
console.log(' ---- ro…