UD v3.0.0 - CodeEditor v1.0.2 - Unable to Get/Set Content

I’m having some trouble getting and setting content on the CodeEditor in PowershellUniversal 1.3 and UniversalDashboard v3.0.0 framework. Any ideas?

New-UDDashboard -Title "Test" -Content {
    New-UDButton -Id 'button' -Text 'Basic' -OnClick {
        Show-UDToast -Message (Get-UDElement -Id 'editor').Attributes["code"]
    }
    New-UDCodeEditor -Id 'editor' -Language 'powershell' -Height '50ch' -Width '50ch' -Theme vs-dark
}

Just span up a test, I’m seeing the same thing.
get-udelement returns nothing back at all for a new-udcodeeditor

Has anyone found a solution for this? I’m running into the same issue.