Skip to content

Commit 85248d6

Browse files
docs(readme): add Greenkeeper badge
1 parent a2dc6b5 commit 85248d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-asynchronous-request-setstate-unmounted-component
22

3-
[![Build Status](http://travis-ci.org/the-road-to-learn-react/react-asynchronous-request-setstate-unmounted-component.svg?branch=master)](http://travis-ci.org/the-road-to-learn-react/react-asynchronous-request-setstate-unmounted-component) [![Slack](http://slack-the-road-to-learn-react.wieruch.com/badge.svg)](http://slack-the-road-to-learn-react.wieruch.com/)
3+
[![Build Status](http://travis-ci.org/the-road-to-learn-react/react-asynchronous-request-setstate-unmounted-component.svg?branch=master)](http://travis-ci.org/the-road-to-learn-react/react-asynchronous-request-setstate-unmounted-component) [![Slack](http://slack-the-road-to-learn-react.wieruch.com/badge.svg)](http://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](http://badges.greenkeeper.io/the-road-to-learn-react/react-asynchronous-request-setstate-unmounted-component.svg)](http://greenkeeper.io/)
44

55
Showcasing how to prevent to set state on unmounted React components when having an asynchronous request in place. [Read more about it](http://www.robinwieruch.de/react-warning-cant-call-setstate-on-an-unmounted-component).
66

0 commit comments

Comments
 (0)