This would be really great. I want to use the popover attribute quite often but am too lazy to overwrite the whole jsx stuff.
My workaround is by using a ref and setAttribute
in a useEffect
hook.
But in the popover case, maybe we could extend the props in the core, since it is baseline?!