mikkopaderes / ember-cloud-firestore-adapter

Unofficial Ember Data Adapter and Serializer for Cloud Firestore
MIT License
69 stars 17 forks source link

fix!: export `AdapterRecordNotFoundError` as default #306

Closed charlesfries closed 5 months ago

charlesfries commented 5 months ago

Fixes #305

This is a breaking change.

I opted to export AdapterRecordNotFoundError as default instead of modifying the generated re-export files in app . custom-errors only contains one export currently.