Guest User

Untitled

a guest
Jan 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. results in a sentence: *"\<MyComponent /> error handling works"*
  2.  
  3.  
  4. ```
  5. <MyComponent asd foo="bar"/>
  6. ```
  7.  
  8. ```js
  9. <MyComponent asd foo="bar"/>
  10. ```
  11.  
  12. ```jsx
  13. <MyComponent asd foo="bar"/>
  14. ```
  15.  
  16. ```JSX
  17. <MyComponent asd foo="bar"/>
  18. ```
Add Comment
Please, Sign In to add comment