CustomPicker does not work in modern React
See original GitHub issueSeems like there is a problem with CustomPicker
higher-order component in React 16+. Can CustomPicker
be used in React v16?
Works with React v15.6.1 https://codesandbox.io/s/custom-picker-old-react-forked-o9770
Does not work with React v16.12.0 https://codesandbox.io/s/custom-picker-new-react-ur2z4
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9
Top Results From Across the Web
react native custom picker set style not working - Stack Overflow
I developing a react native project. I use react-native-custom-picker but when I try gives a Custom Picker style it's not working. my code...
Read more >Picker mode='MULTI' item selection not working with custom ...
When I use custom renderPicker in the Picker component with mode='MULTI' not able to select any item from the Picker.Item and props.isSelected ...
Read more >React custom datepicker: Step-by-step - LogRocket Blog
In this article, we'll solve the issue by building a custom React datepicker from scratch using native JavaScript Date objects. To follow along ......
Read more >react-time-picker - npm
React -Time-Picker. A time picker for your React app. Supports virtually any language; No moment.js needed ...
Read more >React Native Modern Datepicker
A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)
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
Fix provided in #791
Commenting
getDerivedStateFromProps
inColorWrap.js
has fixed the problem for mebut I am not fully aware of the root cause, there is one related thread, where it mentioned that there is a dev-dependencies on an older version of react