I'm trying to understand how `CanvasBasedWindow` w...
# compose-web
l
I'm trying to understand how
CanvasBasedWindow
works, I can't find documentation and also no source code for this component. I want to know how to remove the canvas again so that I can programmatically can control if the compose ui is shown in my existing JS application.
Looks like its currently not possible to dispose the ComposeWindow which is created in CanvasBasedWindow
154 Views