Home > @lynx-js/react-rsbuild-plugin > ShakeVisitorConfig > retainProp
ShakeVisitorConfig.retainProp property
Properties that should be retained in the component class
Signature:
Default Value
['constructor', 'render', 'getDerivedStateFromProps', 'state', 'defaultDataProcessor', 'dataProcessors', 'contextType', 'defaultProps']
Remarks
The provided values will be merged with the default values instead of replacing them.

