1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 05:01:51 +00:00

bumpup react (0.13.3->0.14.0), reacthmr work perfectly

This commit is contained in:
Rokt33r
2015-10-21 02:47:21 +09:00
parent 326c7a93fb
commit f6d2e898dc
12 changed files with 109 additions and 78 deletions

View File

@@ -33,5 +33,8 @@ export default class ArticleTopBar extends React.Component {
ArticleTopBar.propTypes = {
search: PropTypes.string,
dispatch: PropTypes.func
dispatch: PropTypes.func,
status: PropTypes.shape({
search: PropTypes.string
})
}