So I’m experiencing something new.
Started creating a new site and at the very beggining I wanted to add some custom code.
I add simple “console.log()” call but it is not executed.
A day latter, after a few refreshes, closing and opening the browser, the previous code was executed. However, any changes I make now are not beeing executed - it only executes the previous code I wrote which I have removed from the files already.
Can be seen in the video that the code wrote in Home.js is not executed and the message “This test is not working” is not printed to the log. Instead, it executes an old code that prints: “test log”.
Anyone experienced something similar ?
Thanks.