Our use of snapshots in unit tests is deprecated. They should not be used in new tests, and existing uses should be refactored when come across. Snapshots are brittle and do not clearly communicate the test specification for a given component. Use explicit expect() assertions instead.
Update: This deprecation is now enforced via ESLint.