I have a functional component which accepts a "data" prop. This props is not required and by default returns an empty array,  I have the following basic test to assert that an <svg /> is rendered,  When i run the test it fails with the following message,  When I change the component to not being functional, the same test passes.