Searching for state syntax #7
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -12,14 +12,14 @@ requests: | |||||||
|  |  | ||||||
| events: | events: | ||||||
|   onInit: |   onInit: | ||||||
|     - id: fetch_get_data |     - id: retrieve_components | ||||||
|       type: Request |       type: Request | ||||||
|       params: get_data |       params: all_components | ||||||
|     - id: set_results |     - id: set_components | ||||||
|       type: setState |       type: setState | ||||||
|       params: |       params: | ||||||
|         components: |         all_components: | ||||||
|           _request: get_data.data |           _request: all_components.data | ||||||
|  |  | ||||||
| layout: | layout: | ||||||
|   contentJustify: center |   contentJustify: center | ||||||
| @@ -80,7 +80,7 @@ areas: | |||||||
|             type: Box |             type: Box | ||||||
|             properties: |             properties: | ||||||
|               content: |               content: | ||||||
|                 _state: components.hello |                 _state: all_components | ||||||
|           - id: bottomrow |           - id: bottomrow | ||||||
|             type: Box |             type: Box | ||||||
|             layout: |             layout: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user