TypeError: Cannot convert undefined or null to object
at keys (native)
at Function.keys (http://localhost:3000/packages/meteor:/💻app/packages/es5-shim/.npm/package/node_modules/es5-shim/es5-shim.js:954:1)
at MeteorDataManager.calculateData (http://localhost:3000/packages/meteor:/💻app/meteor-data-mixin.jsx:112:14)
at [object Object].ReactMeteorData.componentWillMount (http://localhost:3000/packages/meteor:/💻app/meteor-data-mixin.jsx:5:45)
at [object Object].ReactCompositeComponentMixin.mountComponent (http://localhost:3000/packages/meteor:/💻app/packages/react-runtime-dev/react.browserify.js:6804:1)
at [object Object].wrapper [as mountComponent] (http://localhost:3000/packages/meteor:/💻app/packages/react-runtime-dev/react.browserify.js:13941:1)
at Object.ReactReconciler.mountComponent (http://localhost:3000/packages/meteor:/💻app/packages/react-runtime-dev/react.browserify.js:14758:1)
at [object Object].ReactCompositeComponentMixin.mountComponent (http://localhost:3000/packages/meteor:/💻app/packages/react-runtime-dev/react.browserify.js:6823:1)
at [object Object].wrapper [as mountComponent] (http://localhost:3000/packages/meteor:/💻app/packages/react-runtime-dev/react.browserify.js:13941:1)
at Object.ReactReconciler.mountComponent (http://localhost:3000/packages/meteor:/💻app/packages/react-runtime-dev/react.browserify.js:14758:1) undefined
I’m not sure what to do with this. The stack trace doesn’t list any of my own code, so I can’t even begin to figure out where I did something wrong. How does one go about debugging something like this?