It looks like you might be missing a getDefaultProps method on your React component. You might consider something generic like this, just to nullify the error and see what else is up:
getDefaultProps
getDefaultProps () { return {}; }