• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

callemall / material-ui / 8519 / 1
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 31 Oct 2017 02:56PM UTC
Files 138
Run time 10s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Oct 2017 02:50PM UTC coverage: 66.258% (+0.01%) from 66.245%
8519.1

Pull #8925

travis-ci

web-flow
fix(BottomNavigation): allow `null` child

Prior to this commit, the `BottomNavigation` component would
fail to render if it contains a `null` child:

	TypeError: Cannot read property 'props' of null

This is because the component tries to 'preprocess' every
child, and expects every child to have `props` (see `preparedChildren`).
There are however, cases where the child is `null`, and an error will
be thrown in such cases.

It may be `null` in cases where a user would like a navigation item
to be 'hidden' if certain conditions are not fulfilled (rather
than being disabled).

This bug is not a problem in the `v1-beta` branch, but the fix
has not been applied to `master` (as of this commit, v0.19.x).

---

Closes #8859
Pull Request #8925: fix(BottomNavigation): allow `null` child

1703 of 3291 branches covered (51.75%)

3456 of 5216 relevant lines covered (66.26%)

45.73 hits per line

Source Files on job 8519.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 8519
  • Travis Job 8519.1
  • 1844f58b on github
  • Prev Job for on master (#8518.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc