How to defer rendering of select component from material-ui
问题 After upgrading to @material-ui/core 4.11.2, I got warnings with my select components. This is happens because data aren't available at the time I'm rendering the select. You can see my issue on github: https://github.com/mui-org/material-ui/issues/24041 To correct that, languages need to be available before rendering the select component. Now, I want to correct my code, but I'm totally lost, I don't know how to do that. Here my select component: <FormControl> <InputLabel htmlFor="lang">