Weird issue + Solution to fix (codesandbox inside) #4014
Labels
issue/bug-unconfirmed
Issues that describe a bug that hasn't been confirmed by a maintainer yet
issue/reviewed
Issue has recently been reviewed (mid-2020)
I came up with a weird issue when using react-select.
It seems that if you add a forced static positioning on div inside the select input component, the AutoResizeInput will re-render infinitly, causing react to crash.
e.g. https://codesandbox.io/s/react-codesandboxer-example-ftcov?file=/example.js
EDIT : Better try in firefox rather than chrome as chrome some times manages to make it work.
I don't know if this is something you can fix, but at least you should add this as a no-op in the doc I guess.
The text was updated successfully, but these errors were encountered: