committed by
GitHub
parent
9bee5ccea4
commit
d045055b47
@@ -46,7 +46,7 @@ export interface KeepAliveProps {
|
||||
max?: number | string
|
||||
}
|
||||
|
||||
type CacheKey = string | number | ConcreteComponent
|
||||
type CacheKey = string | number | symbol | ConcreteComponent
|
||||
type Cache = Map<CacheKey, VNode>
|
||||
type Keys = Set<CacheKey>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user