Bump `react-select` version up to fix emotion/cache import error
See original GitHub issueThere is an issue with this version of react-select
that breaks when used with Chakra UI. It seems to be fixed in v4.3.1
according to https://github.com/JedWatson/react-select/issues/4541
Additional context: https://github.com/emotion-js/emotion/issues/2343
Can we bump the version up to fix this? Thank you!
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Error trying to import react-select to a project created with ...
Just import like import Select from "react-select";.
Read more >react-select - Awesome JS
Fix re-focus of component in Firefox if being disabled while focused ... previously importing a type from the src directory when using @types/react-select...
Read more >react-select | Yarn - Package Manager
The Select control for React. Initially built for use in KeystoneJS. See react-select.com for live demos and comprehensive docs. React Select is funded...
Read more >react-select-no-emotion/HISTORY.md - UNPKG
* [#3411](https://github.com/JedWatson/react-select/pull/3411) fix bug where Enter key press on select with a closed menu wouldn't propagate up. Resolves [#2217]( ...
Read more >API - React Select
Even when commonProps are not listed in the prop types below, a custom ... Note: Failure to resolve to a string type can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jmaslin This could actually be on this repo as react-select is a dependency on the repo (not a peer dep).
I can release an updated version as an alpha version and you can verify it works as expected using it?
Released on v3.3.2
cc: @javiercejudo