Menu {
Button("Duplicate", action: {})
Button("Rename", action: {})
Button("Delete…", action: {})
}
label: {
Button("Glass Button", action:{}).glassEffect()
}
On using above snippet, when menu is dismissed it shows rectangular artifact instead of smoothly transitioning to the glass effect. Is this the correct way to use glassEffect
buttons with a Menu?