Fix react error on share dialog
See original GitHub issueSteps to reproduce
- Hover over an event
- Select “share” in the message action bar to open the share dialog
Outcome
What did you expect?
no error
What happened instead?
In the console I can see
Warning: You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.
Operating system
No response
Browser information
No response
URL for webapp
No response
Application version
No response
Homeserver
No response
Will you send logs?
No
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Error on Share Dialog open · Issue #61 · react-native- ...
+1 I get the same "File 'projectName' couldn't be opened because you don't have permission to view it" error, and the exact same...
Read more >Share Dialog in React Native FBSDK got undefined result. ...
I tried to use FBSDK for share link to Facebook! i follow step from https://github.com/facebook/react-native-fbsdk and here is my share code ...
Read more >Forwarding Refs
Ref forwarding is a technique for automatically passing a ref through a component to one of its children. This is typically not necessary...
Read more >react-native-fbsdk-next - npm
React Native FBSDK is a wrapper around the iOS Facebook SDK and Android Facebook SDK, allowing for Facebook integration in React Native apps....
Read more >Share
Open a dialog to share text content. In iOS, returns a Promise which will be invoked with an object containing action and activityType...
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
Yes, you need to fork all the repos, if you make changes to the react-sdk, you only push the changes and make PR from there.
Though, I would suggest asking these questions in https://matrix.to/#/#element-dev:matrix.org
Let me know if it is clearer now