mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-01 00:17:48 +03:00 
			
		
		
		
	* fix(deps): update all non-major dependencies * Update snapshots * Update snpashots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			34 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
 | |
| 
 | |
| exports[`Slider renders correctly 1`] = `
 | |
| <div
 | |
|   class="css-20crcy"
 | |
| >
 | |
|   <input
 | |
|     max="100"
 | |
|     min="0"
 | |
|     type="range"
 | |
|     value="0"
 | |
|   />
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Slider renders with props 1`] = `
 | |
| <div
 | |
|   class="css-1cg3ohj"
 | |
|   disabled=""
 | |
| >
 | |
|   <label>
 | |
|     Hi
 | |
|      
 | |
|   </label>
 | |
|   <input
 | |
|     disabled=""
 | |
|     max="10"
 | |
|     min="1"
 | |
|     type="range"
 | |
|     value="5"
 | |
|   />
 | |
| </div>
 | |
| `;
 |