| 559 | return e.key !== void 0; |
| 560 | } |
| 561 | function _r(e, r) { |
| 562 | var a = function() { |
| 563 | Je || (Je = !0, l("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r)); |
| 564 | }; |
| 565 | a.isReactWarning = !0, Object.defineProperty(e, "key", { |
| 566 | get: a, |
| 567 | configurable: !0 |
| 568 | }); |
| 569 | } |
| 570 | function Qe(e, r) { |
| 571 | var a = function() { |
| 572 | Xe || (Xe = !0, l("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r)); |