-
When running the AppTab example in the docs , I get
error .CanvasObject value in argument to myWindow.SetContent: *container.AppTabs does not implement "fyne.io/fyne".CanvasObject (wrong type for method MinSize) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like you have a mix of fyne v1 and v2 imports in your code. (IDEs can sometimes mess this up when doing auto-imports). Please make sure all your fyne imports are /v2 |
Beta Was this translation helpful? Give feedback.
It looks like you have a mix of fyne v1 and v2 imports in your code. (IDEs can sometimes mess this up when doing auto-imports). Please make sure all your fyne imports are /v2