|
|
@ -67,9 +67,9 @@ switch (workInProgress.tag) { |
|
|
|
workInProgress.type = resolveClassForHotReloading(current.type); |
|
|
|
workInProgress.type = resolveClassForHotReloading(current.type); |
|
|
|
break; |
|
|
|
break; |
|
|
|
|
|
|
|
|
|
|
|
case ForwardRef: |
|
|
|
case ForwardRef: |
|
|
|
workInProgress.type = resolveForwardRefForHotReloading(current.type); |
|
|
|
workInProgress.type = resolveForwardRefForHotReloading(current.type); |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|