- Notifications
You must be signed in to change notification settings - Fork31
Closed
Labels
Description
"material-ui-popup-state": "^5.3.0"
"react": "17.0.2"
code
<PopupState variant="popover" popupId="demoMenu"> {popupState => ( <ClickAwayListener onClickAway={(event) => popupState.close(event as any)}> ... </ClickAwayListener> )}</PopupState>error
Failed to compile../node_modules/material-ui-popup-state/hooks.mjsAttempted import error: 'useId' is not exported from 'react' (imported as 'React').