I use the React components of the DevExtreme Component Suite and i have a problem i can´t identify root cause of it: Most of the time when i reload my page some of the elements like the drawer items and the text in the header are not visible:
screenshot of initial state with missing items
If i click into the drawer list or i resize the whole viewport all the missing elements pop up. In the screenshot you can also see that the dx-scrollable-content element in the drawer has a transform: translate(0px, -100px); at the beginning and after resizing the viewport it is set to none:
screenshot of the page after resizing the viewport
can somebody please give me a hint what i have to change that these effects don´t appear?!