Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with the latest version #742

Open
pradnyakambli1984 opened this issue Jun 2, 2023 · 1 comment
Open

Issues with the latest version #742

pradnyakambli1984 opened this issue Jun 2, 2023 · 1 comment
Labels
PACKAGE: react question Further information is requested web-apis

Comments

@pradnyakambli1984
Copy link

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/".


axe-core version: "^4.5.2"
@axe-core/react: "^4.5.2"

- Node version: 18
- Platform:  Windows
@Zidious
Copy link
Contributor

Zidious commented Jun 5, 2023

Hey @pradnyakambli1984,

Using the latest 4.7.2 version of the React and our shadow-dom example, it appears to be reporting issues.

Could you provide a bit more context on how the the package is implemented?

@Zidious Zidious added PACKAGE: react question Further information is requested labels Jun 5, 2023
@dequejenn 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PACKAGE: react question Further information is requested web-apis
Projects
None yet
Development

No branches or pull requests

3 participants