ganondev
ganondev
### Describe the Bug Mostly just raising this issue to bring visibility to #1035 as it's quite small and has been open for a bit. According to [Container](https://react.email/docs/components/container): > #...
https://github.com/ganondev/Sample_Grid Make sure to pull submodules
My repository (https://github.com/ganondev/libant) depends on https://gitlab.com/libeigen/eigen as a submodule. I thought to recurse submodules as part of the checkout: ``` steps: - uses: actions/checkout@v3 with: submodules: recursive ``` But I...