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.

messageTextProps is not being passed down

See original GitHub issue

Looks like this code:

https://github.com/FaridSafi/react-native-gifted-chat/blob/edf8fffcb196170e5bdecd077f0065731d2c3f93/example-slack-message/src/SlackBubble.js#L44-L60

makes use of messageTextProps but I don’t see it being passed down as props or used. Can we gut this? Or can someone clarify what this was meant for? And can we add it to the propTypes?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
watadarkstarcommented, Jan 6, 2021

I re-opened the issue @woodcockjosh @gianpaj

0reactions
stale[bot]commented, Apr 18, 2022

Sorry, but this issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. BTW Thank you for your contributions 😀 !!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

React/Socket.io not displaying latest message passed down ...
In this case, messagesData in being used inside useEffect() but not declared as a dependency. What happens is that after the first broadcast ......
Read more >
How passing props to component works in React
Master how to pass props (properties) to components in React with this useful beginner's guide, including demo code.
Read more >
Props not being passed to element rendered conditionally
I have a conditional statement to display either an error message component or the actual component depending on if there's an error when ......
Read more >
How to use Props in React - Robin Wieruch
Once the state has changed, the state is passed down as props again. All affected components will render again.
Read more >
Passing Props to a Component - React Docs
React components use props to communicate with each other. Every parent component can pass some information to its child components by giving them...
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