Nuxt3 treeshaking builderio

Hi, i am using builder io with nuxt 3.
there is one component that i dont use anywhere else in my project. When i try to call that component in builder io i get nothing on my screen. but that components i am using in my other pages is working well.

is it possible for me to disable tree shaking for that component? can anyone give me any advice please?

Hello @Ischafak,

Can you give us more context on this issue? Do you mean you have registered that component with the builder or are you trying to use that component on builder pages without registering to be used with the builder and the component is not rendering?