Debugging with Meteor + React

Hey guys,
I’m just having an issue with Meteor + React. If I have an issue within one of my components, I get the following error log within Chrome console:

modules.js:56236 Uncaught TypeError: Cannot read property 'videos' of undefined(…)

Problem here is modules.js - I’m not able to figure out which component causes this issue. Normally the console shows the components file name, f.e. video.jsx. Any idea how I could fix that behavior?

There is a React plugin for Chrome with source mapping. Works great for me.

1 Like