Guest User

Untitled

a guest
Feb 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var Tagname = 'Species';
  2. options.push(<Tagname {...attrs}/>);
  3.  
  4. Warning: <Species /> is using uppercase HTML. Always use lowercase HTML tags in React.
  5. Warning: The tag <Species> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.
Add Comment
Please, Sign In to add comment