-
### š Description
Since the upgrade of node 18 we started noticed some unusual memory usage, we 1st started increasing the memory limit in the deployment but didn't solve the issue.
We then upgradā¦
-
## Environment
## Things Iāve done to figure out my issue
- [] I used [upgrade-helper](https://react-native-community.github.io/upgrade-helper/) to do my upgrade.
## Upgrading version
ā¦
-
### Bug Description
I have a small pet project [here](https://github.com/svitovyda/udemy-react-swapi/tree/master)
There I have a pretty standard `webpack` configuration
When I run `depcheck`, Iā¦
-
### Current Behavior
When trying to start the application, Metro doesn't compile the React Native app because:
Metro has encountered an error:
```
Error: Cannot resolve package.json
at ā¦
-
Hi, I don't know if I need to install `@typescript-eslint/eslint-plugin` manually, or there is something wrong on the side of this config. When I install it manually everything works. But this packageā¦
-
### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or uā¦
-
### Discussed in https://github.com/vercel/satori/discussions/636
Originally posted by **firmart** September 16, 2024
### Link to the code that reproduces this issue
[codesandbox](https://cā¦
samcx updated
2 months ago
-
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: react-use@17.3.2
npm ERR! Found: @typescript-eslint/eslint-plugin@5.6.0
npm ERR! nodeā¦
-
There are newer configs and rules in [eslint-config-standard-react](https://github.com/standard/eslint-config-standard-react) and [eslint-config-standard-jsx](https://github.com/standard/eslint-configā¦
-
### Current Behavior
The overlay feature in Webpack, which should be enabled by default using the Webpack v5 notation, seems to be using the Webpack v4 notation instead, as evident from the code in gā¦