Hi,
In 1.5, I've copy over the fly controller source code into my custom code to add hide/show widget code. In 1.6, I've try to do the same but hit with compiling error. It throws some jimu-icons could not be resolved at certain file i.e fly-controller/src/runtime/components/interactive-panel.tsx.
The jimu-icons imported from the tsx cannot be found in jimu-icons folder inside client.
Any idea how to resolve this? Or is there any other way, to hide/show fly controller widget programmatically without using sidebar or widget controller as per latest tutorial?