DiamondLightSource / DiamondLightSource/murfey-frontend
'babel-preset-react-app' warnings
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 4
Description
The following warning crops up when building this website using `yarn`:
```
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.
babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.
```
This answer from [Stack Overflow](https://stackoverflow.com/a/76455344) might be a possible solution to it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.