Results 11 comments of Radu

It can be reproduced in Chrome 93, but only in Incognito Mode. Tried disabling "Privacy Sandbox" but to no avail.

@jakeherp would this be more appropriate? ```js const getList = ([x, ...y]) => [x, y] const list = [1, 2, 3, 4] console.log(getList(list)) const getUser = user => { name:...

@Andarist could not reproduce it for simple scenarios, but was able to reproduce it with `@headlessui/react` Transition Inspecting the broken scenarios you can see that the textarea style doesn't have...

Thanks @Andarist for the explanation. Makes sense, but I'm not sure what's the best way to go about fixing this long term, not too familiar with the internals of `react-textarea-autosize`....

having the same issue, when deleting the last item a blank slide was displayed until you started scrolling again. Solved it by adopting @m-vdb solution, but it feels hacky. Still,...

@chirag04 could you have a look at this and maybe merge it? in my case it solves the issue of app crashing when user cancels a purchase

in my case for the user canceled scenario I could not capture a response or error in the JS jogic, even when surrounding the statements with try catch. It would...

I can confirm that I've had the same issues yesterday with `prettier.cjs` not having execute permissions in two separate apps. Removing `node_modules` and reinstalling the dependencies fixed it Prettier Version:...