Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(export): provide a clear error when local snaps are missing (#6928)
Currently, in this case it shows an obscure error: `TypeError: Cannot read properties of null (reading 'refsWithOptions')`. With this PR, it shows the standard VersionNotFound error, which outlines the component name and the missing snap.
- Loading branch information