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
Copy file name to clipboardExpand all lines: packages/react-core/src/components/Wizard/Wizard.tsx
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,6 @@ export const Wizard = ({
85
85
isNoPlainOnGlass =false,
86
86
...wrapperProps
87
87
}: WizardProps)=>{
88
-
if(isPlain&&isNoPlainOnGlass){
89
-
// eslint-disable-next-line no-console
90
-
console.warn(
91
-
`Wizard: When both isPlain and isNoPlainOnGlass are true, isPlain will take precedence and isNoPlainOnGlass will have no effect. It's recommended to pass only one prop according to the current theme.`
`Wizard: When both isPlain and isNoPlainOnGlass are true, isPlain will take precedence and isNoPlainOnGlass will have no effect. It's recommended to pass only one prop according to the current theme.`
0 commit comments