Replies: 1 comment 1 reply
-
Hi! This is not a resolution, but a little help for people experiencing this. From what I've found, this problem should not occur anymore after this: GoogleChrome/workbox#3220 I'm upgrading a project from React 17 to 18 and this problem was driving me crazy. Even more so because running In the end, I "solved" this by using the Yarn resolutions in package.json like so:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am reviving some older React projects and when I
yarn upgrade
I get a ton of warnings regarding:workbox-webpack-plugin > [email protected]: this package has been deprecated
.Also when I tried to setup new React projects. Is this normal? There are almost no issues regarding this here on Github and most Google results are from 2021 or older. Am I stuck on some old version of create-react-app or with my repositories? Can I upgrade somehow?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions