emberjs / emberjs/ember-inspector
Error throw during unload record from store, record is still visible in Inspector
Open
bug
- Dominant language
- JavaScript
- Stars
- 969
- Forks
- 292
- PR merge metrics
- No merged PRs in 30d
Description
DEBUG: Ember : 3.26.1
DEBUG: Ember Data : 3.26.0
Web browser: Firefox and Chrome
Error throw during unload record from store, record is still visible in Inspector
Reproduction:
let anyModel = this.store.createRecord('anyModel')
and then any of this method below gives error Uncaught (in promise) DOMException: The object could not be cloned. in console
anyModel.rollbackAttributes()
anyModel.unloadRecord()
this.store.unloadRecord(anyModel)
Cheers!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.