Snapshots can be helpful, but if used improperly they can useless or even a burden.
Don't snapshot things you don't care about. Don't snapshot an entire wrapper component if you are only interested in a single subcomponent. You can use enzyme's find() (available on both shallow and full wrappers).