pintosack
pintosack
As @MikeN123 stated, the second try seems to always work and that's what I've done in my code. It's a quick fix/work around but I really don't like doing this....
This is happening to me too, but I haven't tried in production yet.
Can confirm that this is fixed in version 4.1.2. (we also upgraded React to v18)
This is needed very much. Looking forward to it.
Is greg even around anymore?
> Here is a workaround, add this to your package.json just below the `dependencies` section: > > "overrides": { > "react": "^18.2.0", > "react-dom": "^18.2.0", > "@mui/material": "^5.10.11" > }...