**What** - Provide a more helpful error message if a user adds a file in `src/services` that doesn't export a service class. **Why** If you forget to `export default MyClass` in a custom service you can end up with this error:  It's almost impossible to know how to recover from this which can be an issue for new users. The new error message informs the user that there is a missing class export and shows which file the error is related to.
Changesets
Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in our documentation