chore(reactivity): fix typo in dep (#4534) [ci skip]
This commit is contained in:
		
							parent
							
								
									7575733b8c
								
							
						
					
					
						commit
						2361ca4fc2
					
				@ -4,7 +4,7 @@ export type Dep = Set<ReactiveEffect> & TrackedMarkers
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * wasTracked and newTracked maintain the status for several levels of effect
 | 
					 * wasTracked and newTracked maintain the status for several levels of effect
 | 
				
			||||||
 * tracking recursion. One bit per level is used to define wheter the dependency
 | 
					 * tracking recursion. One bit per level is used to define whether the dependency
 | 
				
			||||||
 * was/is tracked.
 | 
					 * was/is tracked.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
type TrackedMarkers = {
 | 
					type TrackedMarkers = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user