Put custom component methods before render methods

This commit is contained in:
Slava Shklyaev
2015-08-18 20:14:24 +03:00
parent 909fc8b5d7
commit 0068cc1d6e

View File

@@ -211,6 +211,7 @@ module.exports = {
'componentDidUpdate',
'componentWillUnmount',
'/^on.+$/',
'everything-else',
'/^get.+$/',
'/^render.+$/',
'render'