amauryfischer

Results 35 comments of amauryfischer

Got same problem there, i tried a couple of react suggestion(veryfing i'm using hooks correctly, and veryfing that i got a single version of React) but it's not one of...

``` import React,{useState} from 'react' const Test = function() { const [state, setstate] = useState(0); return ( {state} ) } export default props => ; ``` @wuz didn't work, same...

Yes my bad @wuz , but even corrected ``` import React,{useState} from 'react' const Test = function() { const [state, setstate] = useState(0); return ( setCount(count + 1)}>{state} ) }...

@juliusdelta Exactly ! I love you so much. Finally find out why my hooks wasn't working thanks to you. i had a javascript_pack_tag with a component registered in application.html.erb and...

this really need to me merged soon

I guess template file path would be better. My goal is to get the file path, and make some operation on the string to create a variable. i would like...

Now that Taggroup is released i would love to see a Tagfield / comboBox with multiple selection. Like "Autocomplete" in material ui.

@robinicus This seems a very good idea. Did you see improvement in usage of this prompt ?

https://github.com/Torantulino/Auto-GPT/pull/86 this one is working well !

@jrgarciadev Sorry i'm not sure how i'm supposed to commit on the new branch you created, so i just forked again and created a new PR on you're newly created...