Hi Team,
I noticed that the below has been fixed in Stencil .
stenciljs/core#3039
I see that auto import and defining dependencies is not working with React wrapper.
If a component uses another component, then importing just the parent component doesn't work. I have to import the dependent components as well to make things work.
Is there a way to solve this issue?
Thanks