Philipp Spiess

Results 29 comments of Philipp Spiess

So just for clarification: You were importing a hook (say `useState`) from a different `react` module than the one used to render the component? I agree that this is confusing....

@krrishdholakia Yes this is still up for grabs if it is not already fixed! Feel free to start looking into it and reach out if you have any issues along...

@raunofreiberg Thanks for looking into that! I agree that textarea should behave the same 👍

Whoops. Yeah the select tag 😊 I forgot to escape the HTML. Perfect - thank you!

@dantesolis: @nhunzaker is working on it, check out: https://github.com/facebook/react/pull/13394 We're also probably gonna revisit the behavior here (https://github.com/facebook/react/issues/13508). I'm going to remove the "good first issue" label for now to...

@dantesolis You can look for [good first issue (taken)](https://github.com/facebook/react/labels/good%20first%20issue%20%28taken%29) and see if there was recent activity. If not, you can usually work on them. In our contribution guides we mention...

@Grimeton Thank you for your input I can try putting those env vars to both the fstab script and the upload script. Just a quick question, is the cache path...

@Grimeton your environment variable trick did not work unfortunately. The same behaviour still occurs.

(I tagged this as a sunset-extension task not because it's part of this but since this is the only view that we'll be tracking until the 4.0 release 🙈)

I started looking into this a bit and wanted to share my progress. For the initial search, I think something like this should do the trick: ``` path:\.vscode ``` We...