UNPKG
rc-dialog
Version:
beta (7.5.0-alpha.0)
lastest (9.5.2)
latest (10.0.0)
10.0.0
9.6.0
9.5.2
9.5.1
9.5.0
9.4.0
9.3.4
9.3.3
9.3.2
9.3.1
9.3.0
9.2.0
9.1.0
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.9.0
8.8.2
8.8.1
8.8.0
8.7.0
8.6.0
8.5.3
8.5.2
8.5.1
8.5.0
8.4.6
8.4.5
8.4.4
8.4.3
8.4.2
8.4.1
8.4.0
8.3.4
8.3.3
8.3.2
8.3.1
8.3.0
8.2.2
8.2.1
8.2.0
8.1.2
8.1.1
8.1.0
8.0.1
8.0.0
7.7.0
7.6.1
7.6.0
7.5.14
7.5.13
7.5.12
7.5.11
7.5.10
7.5.9
7.5.8
7.5.7
7.5.6
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.5.0-alpha.0
7.4.1
7.4.0
7.3.1
7.3.0
7.2.1
7.2.0
7.1.8
7.1.7
7.1.6
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.5.11
6.5.10
6.5.9
6.5.8
6.5.7
6.5.6
6.5.5
6.5.4
6.5.3
6.5.2
6.5.1
6.5.0
6.4.5
6.4.4
6.4.3
6.4.2
6.4.1
6.4.0
6.3.0
6.2.3
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-beta.1
6.0.0-beta.0
5.4.0
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.5.0
4.4.1
4.4.0
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
dialog ui component for react
github.com/react-component/dialog
react-component/dialog
rc-dialog
/
es
/
Dialog
/
Content
/
MemoChildren.js
8 lines
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
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; });