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.

Fix react error on share dialog

See original GitHub issue

Steps to reproduce

  1. Hover over an event
  2. 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:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
SimonBrandnercommented, Mar 28, 2022

so do i need to fork the supporting repos as well?

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

1reaction
SimonBrandnercommented, Mar 27, 2022

2022-03-27_20-00

Let me know if it is clearer now

Read more comments on GitHub >

github_iconTop 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 >

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