Using react we import children components from the parent component. As an example, our parent imports the AWS-SDK package. The child also uses this package. Does the child inherit the AWS-SDK package or do we need to import the same package into the child?
Seems less than straight forward and I am getting mixed results. What is the best practice?