refactor(hmr): simplify hmr force update check
This commit is contained in:
@@ -71,10 +71,6 @@ export interface ComponentInternalOptions {
|
||||
* @internal
|
||||
*/
|
||||
__hmrId?: string
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
__hmrUpdated?: boolean
|
||||
/**
|
||||
* This one should be exposed so that devtools can make use of it
|
||||
*/
|
||||
@@ -325,12 +321,6 @@ export interface ComponentInternalInstance {
|
||||
* @internal
|
||||
*/
|
||||
[LifecycleHooks.ERROR_CAPTURED]: LifecycleHook
|
||||
|
||||
/**
|
||||
* hmr marker (dev only)
|
||||
* @internal
|
||||
*/
|
||||
hmrUpdated?: boolean
|
||||
}
|
||||
|
||||
const emptyAppContext = createAppContext()
|
||||
|
||||
Reference in New Issue
Block a user