jmrueda
jmrueda

Reputation: 1418

React app / Chrome Dev Tools strange output: "in Startnull" - main.js: 42

When I launch my React application I have a strange output in the console, and I am really curious about it:

in Startnull

I think i could probably be missing a parameter referencing the version of the app, just need some Stackoverflow clarity. Here is my main.js where you can see the issue (line 42):

main.js

Thank you!

Upvotes: 5

Views: 1017

Answers (1)

szaske
szaske

Reputation: 2027

It's the Katalon Recorder Chrome Extension. If you hover over main.js tab you'll be able to see the location of the file.

Upvotes: 9

Related Questions