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
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) :
Affected Package: @oxygen-ui/react
Library Version: 1.11.0
OS: Windows
Browser: Google Chrome Version 124.0.6367.119
The text was updated successfully, but these errors were encountered:
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) :
The text was updated successfully, but these errors were encountered: