mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Plugins have access to ParentComponent Properties
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user