5

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!

2
  • 1
    Version argument is null and by concatenating console log message with it, you see a complete string, try to run in console "my text"+null and you will observe the same result. If you want to see messages as being separate, you should do something like console.log("my message ", variable) Commented Apr 5, 2019 at 4:11
  • How should i properly set up setup version? Commented Apr 5, 2019 at 4:46

1 Answer 1

9

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Indeed. This is exactly what is happening. Thank you @szaske.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.