refactor(web): replace CRA with Vite
This commit is contained in:
@@ -57,7 +57,7 @@ AdminTemplateContextMenu.propTypes = {
|
||||
onClose: PropTypes.func.isRequired,
|
||||
anchorEl: PropTypes.oneOfType([
|
||||
PropTypes.func,
|
||||
PropTypes.shape({ current: PropTypes.instanceOf(Element) }),
|
||||
PropTypes.shape({ current: PropTypes.instanceOf(window.Element) }),
|
||||
]).isRequired,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user