"use strict"; var Whateva = React.createClass({ displayName: "Whatever", render: function() { return null; } });