staffan-klashed

Results 2 comments of staffan-klashed

Thanks much! This is a minimal index.js (CRA, react-app-rewired) to show the issue: ``` import React, { useRef } from 'react'; import ReactDOM from 'react-dom'; import { Animated } from...

I'm curious if this approach translates across platforms, i.e. can we rely on `scrollHeight` to be exposed and updated immediately when `e.target.style.height` is set to zero? My approach is slightly...