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
Warning: Failed prop type: Invalid prop `kind` of value `danger--ghost` supplied to `ForwardRef(IconButton2)`,
expected one of ["primary","secondary","ghost","tertiary"].
Using Chrome, click the link to the example and open the developer tools console.
You should see the following warning:
Warning: Failed prop type: Invalid prop `kind` of value `danger--ghost` supplied to `ForwardRef(IconButton2)`,
expected one of ["primary","secondary","ghost","tertiary"].
Package
@carbon/react
Browser
Chrome
Package version
1.8.0
React version
18.2.0
Description
The following code:
Outputs the following warning in the console:
Displays and functions as intended otherwise.
Reproduction/example
https://stackblitz.com/edit/github-mddqrk?file=src%2FApp.jsx
Steps to reproduce
Using Chrome, click the link to the example and open the developer tools console.
You should see the following warning:
Displays and functions as intended otherwise.
Code of Conduct
The text was updated successfully, but these errors were encountered: