Mateusz Burzyński
Mateusz Burzyński
I'm afraid that this project doesn't start for me correctly: ``` [S] /textarea-autosize-blink/src/server/textarea_autosize_blink.tsx:10 [S] server_1.renderToString( [S] ^ [S] [S] SyntaxError: Unexpected token < ``` I've tried to reproduce the issue...
Well, I don't quite agree about this being better - the problem has just shifted to another point in time. I refuse to go into that direction out of principle....
I'm afraid that I don't have the time capacity for that right now - PRs are welcome though.
Not sure if I understand the question - the row height gets calculated based on the css you put on the textarea.
Please prepare a PR for this and I will take a look at it then.
Nope - this is not a known bug, could u prepare a simple repro case? Would help a lot with debugging this.
Problem with your suggested approach is that we need to obtain DOM `ref` to `getComputedStyle` out of textarea.
Sure thing!
I can confirm the bug - Edge is broken for some reason when using css variable for font-size. I've tried to debug this quickly on browserstack but trying to open...
Seems like `getComputedStyle` is broken on Edge for this case. Not sure what we could do to work around this.