Because of the new display: table; handling react-select breaks in some situations where react-select itself is put inside a table.
Namely if a surrounding table has its own border-spacing, react-select will inherit this and end up like this:

.Select-control should explicitly declare the border-spacing: 0; border-collapse: separate; it requires for its styles.