We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is there a way to enforce
class PageManager extends Component {...}
instead of
module.exports = React.createClass({...})
I apologize if I missed something, but I can't seem to find anything about this