Last week I upgraded the dependencies of a ReactJS project by using yarn upgrade-interactive (yarn version: 3.2.1).After the upgrade I faced the following error in multiple files: Cannot find module ... Since the error message did not directly indicate the cause of the error, I had to do some research, which led me to the... Continue Reading →
[HOWTO] Focus Material UI v4 TextField on button click
In a project I'm currently working I had to set the focus to a Material UI (MUI) version 4 TextField as soon as a button gets clicked. As another input field should be focused after page is loaded, autoFocus did not do the trick. Furthermore the MUI TextField is rendered conditionally. After some research and... Continue Reading →