Skip to content
Advertisement

Tag: react-select

Selecting react-select option causes page to jump

I am having some issues with a mobile modal I have been working on that uses react-select. The selectors shown below are inside of a div with a fixed height and overflow-y: scroll. Whenever I selected an option for the select ‘Choose observer’, the entire modal will jump down in the viewport (shown in the last picture) for a split

React-select library crashing my page on render

I am currently attempting to implement react-select into a web-app I am developing, but whenever it is rendered it crashes the entire react application with minified error #130 – Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. The code which procedurally generates these select elements looks as such And

Upgrade to material ui icons v5 broke react-select

I have been upgrading from @material-ui/icons 4.11.2 to @mui/material and @mui/icons-material at 5.2.3 I realize that material UI is not directly used in react-select however as far as I can see there is some interaction. The upgrade from Material UI Icons v4 to v5 seemed to be going fine. But then, I noticed all the react-select dropdowns explode the application

Advertisement