Merge branch 'develop' into pizzax-indexeddb
This commit is contained in:
		
						commit
						9e6415e76c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@ type ReactiveState<T extends StateDef> = { [K in keyof T]: Ref<T[K]['default']>;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type ArrayElement<A> = A extends readonly (infer T)[] ? T : never;
 | 
					type ArrayElement<A> = A extends readonly (infer T)[] ? T : never;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const connection = $i ? stream.useChannel('main') : null;
 | 
					const connection = $i && stream.useChannel('main');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export class Storage<T extends StateDef> {
 | 
					export class Storage<T extends StateDef> {
 | 
				
			||||||
	public readonly ready: PromiseLike<void>;
 | 
						public readonly ready: PromiseLike<void>;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue