-
# Bug report
upgraded next.js version from 9.1.4 to 9.1.6 and got a `unknown: Unexpected token (7524:8)` error. When I reversed to 9.1.4 the error was fixed
## Describe the bug
got an error when …
-
# Bug report
## Describe the bug
Updating from Next 8 to Next 9.1.x results in the following production build runtime errors:
- `TypeError: Class constructor App cannot be invoked without 'ne…
-
![image](https://user-images.githubusercontent.com/38545728/121106349-6d281800-c838-11eb-943a-cd66337f4210.png)
![image](https://user-images.githubusercontent.com/38545728/121106416-8d57d700-c838-11e…
-
Currently all c0d3 documents are on notion which works fine but it's strange to use 3rd party site to host relatively simple text documents.
* There is a difference in styles and design between c0…
-
# Bug report
`TypeError: Class constructor App cannot be invoked without 'new'`
## Describe the bug
After upgrade to next.js9, my app can't get compiled correctly, and here is the error messa…
-
If you use https://github.com/ro-savage/react-scripts-cssmodules with create-react-app to incorporate CSS-Modules, storybook does not register the styles. The styles work perfectly when running direct…
-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
Can't reproduce
### Steps …
-
the code bellow webpack config not work, don't recognize the webpack alias config , if move in withAntdLess is ok, this is confict
### node server error
```
error - ./src/pages/_app.js:3:0
Modu…
krmao updated
3 years ago
-
Juste a sample of code to make a datepicker/dateformater with react-data-grid
```
//renders react datetime component
class DateEditor extends EditorBase {
constructor(props) {
super(props…
-
I'm trying to get nextjs to work with antd but get
"You may need an appropriate loader to handle this file type."
What do I need to do in order to get these things working together? Thanks.