Plugins have access to ParentComponent Properties

This commit is contained in:
Belen Curcio
2017-03-30 11:15:20 -03:00
parent ab6f455ec7
commit 17a8f48b4f
5 changed files with 12 additions and 8 deletions
@@ -3,6 +3,7 @@ import styles from './style.css';
export default (props) => (
<div className={styles.Respect} key={props.key}>
{console.log(props)}
<button>Respect</button>
</div>
);