Intellisense is not supported for the properties extended by Material-UI (MUI) for certain components of the @oxygen-ui/react library.
Intellisense support for the box component:
How to reproduce:
Create a React application with Typescript.
Install @oxygen-ui/react.
Observe the intellisense support when trying to add props that are extended by MUI for some components(ex: Box, Typography, Card ...).
Expected behavior:
Suggest properties when typing the first part of the prop, in line with typical Intellisense behavior, facilitating faster and more accurate development
Environment information (Please complete the following information; remove any unnecessary fields) :
Describe the issue:
Intellisense is not supported for the properties extended by Material-UI (MUI) for certain components of the
@oxygen-ui/react
library.Intellisense support for the
box
component:How to reproduce:
@oxygen-ui/react
.Expected behavior:
Suggest properties when typing the first part of the prop, in line with typical Intellisense behavior, facilitating faster and more accurate development
Environment information (Please complete the following information; remove any unnecessary fields) :