peterbodo
peterbodo
For me the problem is caused by **CssBaseline**, removing it solves the problem. But I would like to use, so I will check with the upgrades. "@mui/material": "^7.3.4", "@mui/material-nextjs": "^7.3.3",...
Update: even with not filtering to any layer ids: ``` const features = await mapViewRef.current?.queryRenderedFeaturesInRect( [] ); ``` anf the map clearly full of features:  The query gives back...
Update: for bbox [] clearly does not work. [0,0,1000,1000] for example gives back good results. Also just realised that bbox is in pixels not coordinates, which is not explicitely documented.