| 80 | Comp.type && Comp.type.$$typeof === forwardRefSymbol |
| 81 | |
| 82 | const providesChildContext = instance => !!instance.getChildContext |
| 83 | |
| 84 | // Recurse a React Element tree, running the provided visitor against each element. |
| 85 | // If a visitor call returns `false` then we will not recurse into the respective |