Hi!
I was trying to include my own React components inside a PowerApps component based on the Angular flip component example without much success.
Given the HostControl is already using react and ReactDom to render its contents, any recommendations about how to include our own components as child components of that Root element?
I've tried even rendering my own subcomponent using ReactDOM.render against the container's id without much luck either 🙂
It would be ideal to use React components to save us from having to create HTMLElements manually... 😛
There is an issue raised in the docs repo with the same question:
https://github.com/MicrosoftDocs/powerapps-docs/issues/382
Thanks!