Reactjs – Howt to test useEffect hook that changes the CSS property based on the prop?
I have a TextField component that contains a unit ( p) on the right. I change the padding between this unit and the text value dynamically within useEffect but when I wanted to ensure that it works correctly using component…