Hi all, This week, I started working on the OODT react OPSUI which is still under development. I was able to fix some React errors and get it to work, but now I'm facing a Material UI style issue that couldn't be fixed yet.
The problem is that whenever navigated to a route that contains an oodt_fm_plugin component, the styles of the whole OPSUI layout are broken. For example, the dashboard route <https://i.imgur.com/wQHQgHG.png> and workflow route <https://i.imgur.com/WMcRfoI.png>s are rendered without any problem. When I navigate to one of the links under the File Manager subheader, the styles of the OPSUI webapp are broken <https://i.imgur.com/NruAs8H.png>. As far as I understood, the problem is with fm_plugin's webpack config, but couldn't identify the exact reason yet. It would be a great help if you can look into this and let me know what you think. My implementation and the fixes I've tried up to now can be found here <https://github.com/pavinduLakshan/oodt/tree/OODT-1035>. Thanks and regards, Pavindu