Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 563
jmrueda Avatar asked Apr 05 '19 04:04

jmrueda


1 Answers

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.

like image 175
szaske Avatar answered Nov 15 '22 03:11

szaske