Skip to content

Commit 5c36f8e

Browse files
committed
Escape details tag
1 parent 5d84eec commit 5c36f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-meetings/2020-03-11-issue-management-meeting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We had a chance to go through 8 issues and walk through the triage process. We d
2525
- Crash reports are not a good fit for the repository. We ask the authors to investigate further and determine what the minimal repro is that causes the crash. Without this, it's unlikely anyone can help the author ascertain what causes the crash as we don't have access to the app's source code or the repro steps.
2626
- Even if we did have the source code and repro steps, it's out of scope of the repo to investigate crashes in individual apps without a minimal repro that can be reproduced in a Snack or a brand new "rn init" app.
2727
- **StatusBar and Flexibility:** https://github.com/facebook/react-native/issues/28276
28-
- Good use of <details> and images to demonstrate the issue. Repro steps describe how one might get to a repro, but we do need actual code (ideally a Snack). With a repository of this size, the bar is set so that the person reporting an issue is responsible for doing the work to provide the repro.
28+
- Good use of \<details\> and images to demonstrate the issue. Repro steps describe how one might get to a repro, but we do need actual code (ideally a Snack). With a repository of this size, the bar is set so that the person reporting an issue is responsible for doing the work to provide the repro.
2929
- **Duplicate protocol definition of RCTBridgeModule is ignored:** https://github.com/facebook/react-native/issues/28273
3030
- This issue mentions React Native 0.43.4 and Xcode 11.3. That version of React Native is very, very old as of this writing. Furthermore, Xcode 11.3 was released recently and it has only been tested with 0.61 and 0.62. Highly recommend they verify if this is still an issue on RN 0.61.
3131
- **CxxNativeModule:** https://github.com/facebook/react-native/issues/28271

0 commit comments

Comments
 (0)