React SPA AEM Get Container Core Component ID
I'm following the code here: https://github.com/schoudry/eaem-extensions/tree/master/eaem-65-extensions/eaem-sites-spa-dm-video-container
to create a React component that extends AEM Container core component so that I can get an ID that is set in the container dialog into the React component as a prop. However, when I try to add the container to the page, nothing shows in the UI, although I can see it in the CRXDE.
I've tried multiple different variations of this just so I can get the ID of a container, but nothing seems to work with the SPA editor.
Is this the proper way to get the ID of the container as a prop in a React component, or is there an easier way without extending the Container core component?
