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
swagger-ui-react tries to reuse the package.json of swagger-ui. That is no longer possible as of 78f6ffb. exports fields of the package is pointing to files that doesn't exist in swagger-ui-react npm package. This will cause runtime errors when trying to import swagger-ui-react.
The text was updated successfully, but these errors were encountered:
I've used imports field, which is supported by Node.js since v14.6.0 and v12.19.0. All of the major bundlers like webpack, esbuild, rollup, vite, etc... support the imports field. We'll see if there are going to be issues created considering this to be regression of EOL versions of Node.js or some minor bundler libraries.
swagger-ui-react
tries to reuse thepackage.json
ofswagger-ui
. That is no longer possible as of 78f6ffb.exports
fields of the package is pointing to files that doesn't exist inswagger-ui-react
npm package. This will cause runtime errors when trying to importswagger-ui-react
.The text was updated successfully, but these errors were encountered: