question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generated not valid objects

See original GitHub issue

Node: 9.2 webpack: 3.8.1 svg-sprite-loader: 3.4.1 OS: Linux 100dfcbb1e31 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64 GNU/Linux

Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
/* harmony default export */ __webpack_exports__["default"] = ({
      id: "logo-app-usage",
      viewBox: "0 0 240 49",
      url: __webpack_require__.p + "sprite.de9514762adaed077dc1f8161375bf3d.svg#logo-app-usage",
      toString: function () {
        return this.url;
);      }
    }//# sourceURL=[module]
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiODQ1LmpzIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vYXNzZXRzL2ltYWdlcy9sb2dvLWFwcC5zdmc/YWJiMCJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCB7XG4gICAgICBpZDogXCJsb2dvLWFwcC11c2FnZVwiLFxuICAgICAgdmlld0JveDogXCIwIDAgMjQwIDQ5XCIsXG4gICAgICB1cmw6IF9fd2VicGFja19wdWJsaWNfcGF0aF9fICsgXCJzcHJpdGUuZGU5NTE0NzYyYWRhZWQwNzdkYzFmODE2MTM3NWJmM2Quc3ZnI2xvZ28tYXBwLXVzYWdlXCIsXG4gICAgICB0b1N0cmluZzogZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gdGhpcy51cmw7XG4gICAgICB9XG4gICAgfVxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vYXNzZXRzL2ltYWdlcy9sb2dvLWFwcC5zdmdcbi8vIG1vZHVsZSBpZCA9IDg0NVxuLy8gbW9kdWxlIGNodW5rcyA9IDEzIl0sIm1hcHBpbmdzIjoiQUFBQTtBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EiLCJzb3VyY2VSb290IjoiIn0=

error in

toString: function () {
        return this.url;
);      }

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kisenkacommented, Nov 28, 2017

Just add esModule: false to svg-sprite-loader config.

0reactions
dinfyrucommented, Nov 29, 2017

Ok, thanks. Close it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scripter Quiz Answers (SOLVED) | Royale High Quest
Question 9: Which of the following are NOT valid objects of ROBLOX Lua? Question 10: What does GUI stand for? Question 11: Which...
Read more >
Understanding the "Objects are not valid as a react child" Error ...
The "Objects are not valid as a React child" error happens when trying to render a collection of data by mistakenly returning the...
Read more >
Find Invalid Objects in Your Databases - Devart Blog
SQL Server doesn't allow finding mismatched objects directly. In most cases, you need to execute a script to make sure the object is...
Read more >
Invariant Violation: Objects are not valid as a React child
I was having this error and it turned out to be that I was unintentionally including an Object in my JSX code that...
Read more >
[Vivado 12-4739] set_clock_groups:No valid object(s) found for
Hi, I am working on a project based on ZCU104 board in Vivado 2020.1. We have created some clock groups to avoid timing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found