LitTemplate not renderized in certain views

I’m having an issue with a chunk…js that it not being downloaded in a view so the HTML is not rendered. Then I navigate from that component to other that uses the same chunk. In this new component the chunk is downloaded, so when I go back to the view that did not downloaded the chunk, the template is rendered well as the chunk is already in the browser.
I’m not sure if I can give you code to reproduce the issue as this use API invocations and Company code. But if you have a way to debug or a clue to start looking at, it will be very helpful for me.

Thanks in advance, if you think I can add more information please let me know!

Using @Use(foo.class)
Solved the issue.

1 Like