Hi @remakj ,This indeed is a problem and I have faced the same.When you
use react and sightly components together, the react one always has
precedence and overrides the sightly div because, react takes over the
control on DOM.But, when you inject something once react page is loaded,
it would be injected successfully.So, I am afraid that you can use
sightly and react together.However, I have used ES scripting and react
together, by bundling both of them seperately and having seperate parent
divs ...