Hasan Sefa Ozalp

Results 4 comments of Hasan Sefa Ozalp

I'm getting > "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries...

I'm on `v5.0.0` and react `17.0.1` & I use Next.js. I'm having the same issue. When I save the file, the pdf document does not get updated unless I refresh...

So apparently size is calculated using the [sizer's ref div](https://github.com/JedWatson/react-input-autosize/blob/master/src/AutosizeInput.js#L174). But `inputStyle` does not change sizer's `font-size`.

Since `inputStyle` does not change sizer's font size we either need to change `className` or `style` of `AutosizeInput` in order to get correct results.