react-hot-loader: React DevTools `Show Source` is not working

I tried to view source of component in React Panel

63cf1e54-bb59-4605-af03-4f8683ac69cd

But it ended up with somewhere in makeAssimilatePrototype.js

module.exports = function makeAssimilatePrototype() {
  var storedPrototype,
      knownPrototypes = [];

  function wrapMethod(key) {
    return function () {
      if (storedPrototype[key]) {
        return storedPrototype[key].apply(this, arguments);
      }
    };
  }

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

@Bnaya - you need setConfig({pureRender: true});