Syncfusion.Maui.Popup Content set more than once
Im trying to use syncfusion maui popups to allow for the editing of some customer notes. The challenge that I am having is that I am getting the XAMl error: “The property ‘Content’ is set more than once.”. I’ve gotten the popups to work elsewhere, with a similar implementation, and this implementation is much simpler. The popup only contains a Content Template with a Data Template, so I am not sure where the error is. My code is below.