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

reactstrap / reactstrap / 878 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 14 May 2017 11:59PM UTC
Files 71
Run time 3s
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

14 May 2017 11:55PM UTC coverage: 100.0%. Remained the same
878.1

push

travis-ci

eddywashere
fix(ButtonDropdown): allow overwriting the group prop (#425)

* fix(ButtonDropdown) group={false} did nothing

The underlying Object.assign needs to have the overrides to the right it seems like

```function example(){
  let props = {group: "FROM PROPERTIES" };
  let propsOverwritten = Object.assign({}, props, {'group': "group from defaults"});
  console.log("props first, groups overwritten", propsOverwritten);
  
  let notOverwritten = Object.assign({}, {'group': "group from defaults"}, props);
  console.log("groups first, overwritten by props as intended", notOverwritten);
}


example()
```

ES6 example https://es6console.com/j2paoelc/

Not crazy sure, but I changed the order in `reactstrap.es.js` of `g,{group:!0}` and it worked, so this seems like it would have the appropriate affect.

* fix extra space

* add space to fix lint rule

492 of 507 branches covered (97.04%)

1078 of 1078 relevant lines covered (100.0%)

35.39 hits per line

Source Files on job 878.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 878
  • Travis Job 878.1
  • 663551b9 on github
  • Prev Job for on master (#875.1)
  • Next Job for on master (#879.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