Problem You work on your awesome React Project. And you need to create conditional code detecting the device type your project is running on. If…
Month: July 2020
Does this look familiar? Invalid prop children of type array supplied to ForwardRef(Tooltip), expected a single ReactElement. If yes, make sure you don´t have any…
If you need to resize an svg file that is imported in React with <ReactSVG> then you can use transform:scale($factor). If you use makeStyles from…
Did you encounter this problem: You need to find a specific search term in the whole git history? You can do that by: git log…
Problem You experience issues with unavailable fields? The error messages suggest: “Did you mean this abc xyz”? Solution Verify that the naming on the Model…
Problem No Nginx resolver configured? Error 502: Bad Gateway? failed (111: Connection refused) ? Nginx not starting ? Solution: Docker Nginx resolver Do you have…