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

reactstrap / reactstrap / 878
93%

Build:
DEFAULT BRANCH: master
Ran 14 May 2017 11:59PM UTC
Jobs 1
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

pending completion
878

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

Jobs
ID Job ID Ran Files Coverage
1 878.1 14 May 2017 11:59PM UTC 0
100.0
Travis Job 878.1
Source Files on build 878
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #878
  • 663551b9 on github
  • Prev Build on master (#875)
  • Next Build on master (#879)
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