Roboz Béla
Roboz Béla
Both demo projects: - https://github.com/robozb/ExpoSdk49-Debugger-Error - https://github.com/robozb/ExpoSdk48-Debugger-OK
Thank you @brentvatne !
Yes, good idea, it would be great.
It is still exists in 6/2023
I experienced this on IOS 15: Chrome and Safari and IOS16 Chrome, but not on Safari(IOS16)
> Install the version `5.2.3`, should work. It doesn't solve the problem :( ``` "dependencies": { "@inovua/reactdatagrid-community": "^5.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, ``` ``` ... { detail: undefined, id:...
Here is all good with Vite. My package.json: ``` ... "dependencies": { "@babel/runtime": "^7.20.13", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@inovua/reactdatagrid-community": "^5.8.4", "@mui/icons-material": "^5.11.11", "@mui/material": "^5.11.11", "@mui/x-date-pickers": "^6.2.0", "@react-keycloak/web": "^3.4.0", "axios": "^1.3.4",...
It is interesting because It seems the context menu is on the highest position but nevertheless the second data grid covers it 
All the time the under grids covers the upper context menus: 
It is interesting because of in the "normal mode" the order of the components is ok:  When the context menu appears, the disabled React Bootstrap button'z z-index becomes higher...