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
We are using axe-core/react package in our code base and the latest update is creating code compilation issues.
On further debugging observed that the following code in the package.json of this package is a problem -
dequejenn
added
release
Ticket is for a release candidate to be QA'd (triggers being sent into Monday.com)
and removed
release
Ticket is for a release candidate to be QA'd (triggers being sent into Monday.com)
labels
Jun 13, 2023
Hello,
We are using axe-core/react package in our code base and the latest update is creating code compilation issues.
On further debugging observed that the following code in the package.json of this package is a problem -
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
The paths should be prefixed as "dist/" instead of "./dist/".
The text was updated successfully, but these errors were encountered: