When trying to pass JSX.Element type arguments as props to my component, I get a serializing error when I run yarn dev
yarn dev
but my jest tests pass.
Why