My goal is to change the state variable when another state variable had changed.
I'm changing state inside UseEffect, which depends on a changed input text. And it runs render twice.
Just type something in input and check the console.
UPD: I'm already comment out <React.StrictMode> in index.js