I'm having trouble working with FeatureTables and a React component that can be closed and re-opened.
Currently, I create the FeatureTables and then have the component load them by updating the "Container" property of the Feature Tables. However; this only seems to work the first time. When the panel is closed and then re-opened, the references / containers are still pointing to the previous containers which don't exist anymore. The code to update the containers is run, but for some reason it doesn't seem to update in the Feature Tables.
Is there a better way that I should be handling this?