postprocessing
                                
                                 postprocessing copied to clipboard
                                
                                    postprocessing copied to clipboard
                            
                            
                            
                        When use EffectComposer, the GizmoViewport disappear
Description of the bug
When use EffectComposer for selection purpose, the GizmoViewport from @react-three/drei disappear
To reproduce
see code
Expected behavior
The GizmoViewport should be visible
Library versions used
"@react-three/drei": "9.32.0",
"@react-three/fiber": "8.8.2",
"@react-three/postprocessing": "2.6.2",
"postprocessing": "6.28.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"three": "0.144.0"
@shunmian Add the renderPriority={1} prop on GizmoHelper
Closing this since it's related to react and thus out of scope for this project.