styled-components are not loaded the first time, reloading the page fix it
I have a website with mixed usage of wordpress and react.
The react part has a big usage of styled-components.
Usually the react part is reachable with a normal <a href> link from the wordpress part
DataSheetGrid with styled component
I am following DataSheetGrid Demo to create the sample code and add the styled component on it. However, I found that the onChange function has some problems. The edit on the cell is not working and only 1 typing change is allowed.