-
Notifications
You must be signed in to change notification settings - Fork 19
Open

Description
What is the proper way to use the transitionComponent prop for dialogs? The Material UI documentation uses the forwardRef function as
const Transition = React.forwardRef(function Transition(props, ref) {
return <Slide direction="up" ref={ref} {...props} />;
});
but the Feliz.React.forwardRef function returns a ReactElement rather than a ReactElementType. Is there an additional function call required to convert from ReactElement to ReactElementType, or is there a simpler way to go about this?
Metadata
Metadata
Assignees
Labels
No labels