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
ModalWithTabs component logs the following error in console.
console.error
Warning: Failed prop type: The prop `xs` of `Grid` can only be used together with the `item` prop.
at Grid (/Users/luciob/Works/melfore/libraries/mosaic/node_modules/@mui/material/node/Grid/Grid.js:380:49)
at ModalWithTabs (/Users/luciob/Works/melfore/libraries/mosaic/src/components/ModalWithTabs/index.tsx:37:3)
at /Users/luciob/Works/melfore/libraries/mosaic/src/utils/hocs/localized.tsx:81:56
at MosaicContextProvider (/Users/luciob/Works/melfore/libraries/mosaic/src/contexts/Mosaic.tsx:26:11)
at WrapperComponent (/Users/luciob/Works/melfore/libraries/mosaic/node_modules/@cfaester/enzyme-adapter-react-18/dist/enzyme-adapter-utils/createMountWrapper.js:47:13)
78 | {children}
79 | </Grid>
> 80 | <Grid xs={12}>
| ^
81 | <Tabs data-cy={dataCy} labelList={labelList} color={color} orientation={autoOrientation} style={style} />
82 | </Grid>
83 | </Grid>
Reproduce the error with npm run test.
The text was updated successfully, but these errors were encountered:
ModalWithTabs
component logs the following error in console.Reproduce the error with
npm run test
.The text was updated successfully, but these errors were encountered: