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.
1 parent 86d6e7e commit 039338fCopy full SHA for 039338f
src/index.jsx
@@ -23,7 +23,7 @@ const extend = (target, ...sources) => {
23
return target;
24
};
25
26
-export default class extends React.Component {
+module.exports = class extends React.Component {
27
static propTypes = {
28
options: React.PropTypes.object,
29
onChange: React.PropTypes.func,
0 commit comments