This commit is contained in:
		
							parent
							
								
									9238091577
								
							
						
					
					
						commit
						17ac2d427b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@ use yew::prelude::*;
 | 
			
		|||
 | 
			
		||||
#[function_component]
 | 
			
		||||
fn App() -> Html {
 | 
			
		||||
    let counter = use_state(|| 283870);
 | 
			
		||||
    let counter = use_state(|| 283870u64);
 | 
			
		||||
    let onclick = {
 | 
			
		||||
        let counter = counter.clone();
 | 
			
		||||
        move |_| {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue