()
| 4411 | |
| 4412 | var warnedSetProps = false; |
| 4413 | function warnSetProps() { |
| 4414 | if (!warnedSetProps) { |
| 4415 | warnedSetProps = true; |
| 4416 | "development" !== 'production' ? warning(false, 'setProps(...) and replaceProps(...) are deprecated. ' + 'Instead, call render again at the top level.') : undefined; |
| 4417 | } |
| 4418 | } |
| 4419 | |
| 4420 | /** |
| 4421 | * Composite components are higher-level components that compose other composite |