Expand my Community achievements bar.

SOLVED

Question about ClientLib embeds

Avatar

Level 3

Hi,

I would like to include clientlibA that embeds clientlibB which embeds clientlibC.  It doesn't seem to embed clientlibC at all when I check the content of clientlibA.  Is this not allowed?

 

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Employee

Embeds are not transitive. If you want clientlibA to embed clientlibB and clientlibC, you need to explicitly state that.

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Embeds are not transitive. If you want clientlibA to embed clientlibB and clientlibC, you need to explicitly state that.

Avatar

Level 3

Great, thanks for the confirmation.