Maxime Mangel
Maxime Mangel
I am unsure if this is the same bug but I also have issues with completion on properties containing using double backtick.  Code for...
Just to add more info, if we do a space in the line it's also breaking the completion to remove the trailing space. Oh, I found the problem. I am...
Ok, I will check if I have the lates version of VSCode. Did you turn on `files.trimTrailingWhitespace: true` when doing your testing ?
Hello, I try to use this code but I always got a `Error: attempt to index a nil value` Here is my code: ``` lua function startClock() local today =...
Seems to work :) We can close I suppose
> If I try to use a `dom.div` with `Props.RefValue`, it captures a browser element rather than a `ReactElement` (let alone the component). This is normal, the `ref` you get...
Sorry, without an example of what is expected it is difficult to help you. I tried to look at the documentation of [ReactXP](https://github.com/microsoft/reactxp) because I think this is what you...
Hello, I have the same issue. My work around is to use set the `appear` props and use that class instead to mimic the `enter` behaviour.
Hello @ncave, I am also having issues with how we handle changelog now days because it is a chore to maintain it. We can give it a try to moving...
Also, the problem with current changelog is that I don't know but in merge/rebase it seems like there are always issues. For example, today I had to fix the changelog...