first commit
This commit is contained in:
8
frontend/node_modules/rc-dialog/es/Dialog/Content/MemoChildren.js
generated
vendored
Normal file
8
frontend/node_modules/rc-dialog/es/Dialog/Content/MemoChildren.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
export default /*#__PURE__*/React.memo(function (_ref) {
|
||||
var children = _ref.children;
|
||||
return children;
|
||||
}, function (_, _ref2) {
|
||||
var shouldUpdate = _ref2.shouldUpdate;
|
||||
return !shouldUpdate;
|
||||
});
|
||||
Reference in New Issue
Block a user