We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@carbon/react
Chrome
1.63.0
17
PR #17015 breaks React 17 compatibility by directly referencing Carbon's used() in TableSelectRow.tsx
TableSelectRow.tsx should be importing the polyfill like this instead:
import { useId } from '../../internal/useId.js';
Note that Carbon 11 claims to support React 17, see https://github.com/carbon-design-system/carbon/blob/main/packages/react/package.json#L44.
https://react.carbondesignsystem.com/?path=/story/components-datatable-selection--default
Build against React 17 and run app
None
WXD
The text was updated successfully, but these errors were encountered:
#17098 should have fixed the useId issue
useId
Sorry, something went wrong.
Thanks, looks good, I see the fix in 1.63.2.
No branches or pull requests
Package
@carbon/react
Browser
Chrome
Package version
1.63.0
React version
17
Description
PR #17015 breaks React 17 compatibility by directly referencing Carbon's used() in TableSelectRow.tsx
TableSelectRow.tsx should be importing the polyfill like this instead:
Note that Carbon 11 claims to support React 17, see https://github.com/carbon-design-system/carbon/blob/main/packages/react/package.json#L44.
Reproduction/example
https://react.carbondesignsystem.com/?path=/story/components-datatable-selection--default
Steps to reproduce
Build against React 17 and run app
Suggested Severity
None
Application/PAL
WXD
Code of Conduct
The text was updated successfully, but these errors were encountered: