Closed ncruz-av closed 1 year ago
In this change, the children parameter passed to the render function has red squiggly lines as well as the word "Feature" in the opening Feature tag. If I had the children as a feature prop in Feature.d.ts, the squiggly's go away and nothing seems to break. Should I do that?
Merging #1325 (82fde19) into master (d5c6bda) will increase coverage by
5.38%
. Report is 8 commits behind head on master. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #1325 +/- ##
==========================================
+ Coverage 92.11% 97.50% +5.38%
==========================================
Files 188 3 -185
Lines 5290 40 -5250
Branches 1603 9 -1594
==========================================
- Hits 4873 39 -4834
+ Misses 417 1 -416
Before submitting a pull request, please make sure the following is done:
master
.yarn
in the repository root.yarn test
). Tip:yarn test --watch TestName
is helpful in development.