(type, key, forceReset, getCustomHooks)
| 88 | } |
| 89 | |
| 90 | function $RefreshSig$(type, key, forceReset, getCustomHooks) { |
| 91 | ReactFreshRuntime.setSignature(type, key, forceReset, getCustomHooks); |
| 92 | return type; |
| 93 | } |
| 94 | |
| 95 | // Note: This is based on a similar component we use in www. We can delete |
| 96 | // once the extra div wrapper is no longer necessary. |