popover on visionOS can't be rotated in 3D space?

In my visionOS project, I have a view that is rotated a little bit using rotation3DEffect.

On that view, there is a popover. But its content is not rotated. I tried to fix this by adding an additional rotation3DEffect modifier to the content view. But this way the view is detached from its container, and the container is still not rotated. How can I get the same rotation effect on the content of this popover?

Can I hide the container of a popover or rotate it together with my view?

popover on visionOS can't be rotated in 3D space?
 
 
Q