UNPKG
@rc-component/cascader
Version:
latest (1.11.0)
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.7.0-alpha.1
1.7.0-alpha.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
cascade select ui component for react
github.com/react-component/cascader
react-component/cascader
@rc-component/cascader
/
es
/
OptionList
/
CacheContent.js
8 lines
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
const
CacheContent
=
/*#__PURE__*/
React
.
memo
(
(
{ children }
) =>
children,
(
_, next
) =>
!next.
open
);
if
(process.
env
.
NODE_ENV
!==
'production'
) {
CacheContent
.
displayName
=
'CacheContent'
; }
export
default
CacheContent
;