question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

warn message on console on Image picker used

See original GitHub issue

Are you requesting a feature, reporting a bug or ask a question?

bug or ask question

What is the current behavior?

I have used 20 of image picker in my project, warn message on console for Image picker appeared 20 times.

What is the expected behavior?

no warn message

How would you reproduce the current behavior (if this is a bug)?

http://surveyjs.org/examples/react/custom-widget-image-picker/ Open console, will see warn message react-dom.js:18371 Warning: Use the defaultValue or value props on <select> instead of setting selected on <option>

Provide the test code and the tested page URL (if applicable)

Tested page URL: http://surveyjs.org/examples/react/custom-widget-image-picker/

Test code react-dom.js:18371 Warning: Use the defaultValue or value props on <select> instead of setting selected on <option>


Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dmitrykurmanovcommented, Aug 11, 2017

@xiuzhen1103 we’ve released 0.12.21 3 days ago, so the fix is there.

1reaction
dmitrykurmanovcommented, Aug 3, 2017

@xiuzhen1103, thank you, we’ll fix it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

An In-Depth Guide to Using React Native Image Picker
Enable your app to select an image from the user's camera or photo gallery with the React Native community module react-native-image-picker.
Read more >
Image-picker not displaying the result photo react-native
This worked for me using react-native-image-picker@4.6.0 chooseImage = (type) => { let options = { mediaType: type, maxWidth: 300, ...
Read more >
ImagePicker - Expo Documentation
expo-image-picker provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera....
Read more >
Example of Image Picker in React Native
To use ImagePicker we need to install react-native-image-picker dependency. This command will copy all the dependencies into your node_module directory, You ...
Read more >
How to use the react-native-image-picker.launchImageLibrary ...
To help you get started, we've selected a few react-native-image-picker.launchImageLibrary examples, based on popular ways it is used in public projects.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found