Fixed props key was spread into JSX FitImage#234
Fixed props key was spread into JSX FitImage#234cc-matthias-m wants to merge 1 commit intoiamacup:masterfrom
Conversation
|
Can you merge this pull request? Is there any problem with this? |
Until the merge was done. You could fork my PR and use it in your project. |
|
Of course, thanks for it. But I think it could be simply just merged. It is a pretty simple to review and useful bug fix. |
|
Hi, Thank you for your solution. Until the open PR is merged, you can temporarily apply this change to your project with the patch-package package. react-native-markdown-display+7.0.2.patch |
|
Could you tell us when are you gonna merge this ? |
|
@cc-matthias-m could you raise same PR on https://github.com/MahmoudMabrok/mo3ta-markdown |
@MahmoudMabrok It seems that you project don’t accept PR. I have forked you project here https://github.com/ClubConnect/mo3ta-markdown. On the creation of a new PR, I can’t select you project https://github.com/MahmoudMabrok/mo3ta-markdown as destination. |
|
@cc-matthias-m for forks, you must fork first, then open pr from your fork to my fork like we did in current fork. i raised and merged the PR, could u try again with any dummy channge |
Ok, thanks @MahmoudMabrok , I found what I’m doing wrong. I send to your project the PR. |
Hi,
With the last version of react-native (0.75.4), the package display a warning for a deprecated code :
So I create this PR to fix it. As you can see, it’s really a light commit.
This PR work with last react-native version and previous one.
Do you think create a new npm patch 7.0.3 to add this modification ?
Thanks for reading.