You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RenovateBot opened an MR to bump the version of react-file-icon but the build is failing due to React.useId. We're using Typescript and it looks like it's complaining because that doesn't exist in out version of React (we're on 17.0.2).
ERR! [tsl] ERROR in react-frontend/node_modules/react-file-icon/dist/react-file-icon.esm.js(144,19)
ERR! TS2339: Property 'useId' does not exist on type 'typeof React'.
ERR! Error: => Webpack failed, learn more with --debug-webpack
ERR! at react-frontend/node_modules/@storybook/builder-webpack4/dist/cjs/index.js:249:60
ERR! at finalCallback (portal/react-frontend/node_modules/webpack/lib/Compiler.js:257:39)
Has anyone else encountered this and/or have a possible workaround?
The text was updated successfully, but these errors were encountered:
RenovateBot opened an MR to bump the version of
react-file-icon
but the build is failing due toReact.useId
. We're using Typescript and it looks like it's complaining because that doesn't exist in out version of React (we're on17.0.2
).Has anyone else encountered this and/or have a possible workaround?
The text was updated successfully, but these errors were encountered: