-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(react): publish type definitions for @carbon/react/icons #15086
fix(react): publish type definitions for @carbon/react/icons #15086
Conversation
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@lewandom will this fix this error I'm seeing in our website? carbon-design-system/carbon-website#3787 |
@alisonjoseph no, that seems to be yet another, different problem with the types I added for icons-react. |
abd0f86
@lewandom do you know what the issue is, is it something you can easily open a PR for to fix? It's also breaking the design language website. |
@alisonjoseph I think I know what the issue is, trying to come up with a fix just now. |
TypeScript types were added to
@carbon/react/icons
in #14714, but are not consumable, cause...index.d.ts
is not being published... Oops.Changelog
New
icons/index.d.ts
to the list of files published by@carbon/react
.Testing / Reviewing
Can only test after this change is released. After it's released, should be able to use TypeScript types for icons.