<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
``` what problem with me code?var React = require('react’var React = require('react’p);
var BestSeller = React.createClass({
propTypes: {
},
render: function () {
return (
Title:
{this.props.title}
Author: <span>
{this.props.author}
</span><br />
Weeks: <span>
{this.props.weeksOnList}
</span>
</li>
);
}
});
module.exports = BestSeller;
<do not remove the three backticks above>