realm-studio icon indicating copy to clipboard operation
realm-studio copied to clipboard

"Already in write transaction" when creating object while in manual transaction

Open kraenhansen opened this issue 7 years ago • 1 comments

This is because we're using this.realm.write instead of this.write here: https://github.com/realm/realm-studio/blob/master/src/ui/realm-browser/RealmBrowserContainer.tsx#L390

kraenhansen avatar Dec 20 '17 20:12 kraenhansen

image

bigfish24 avatar Dec 21 '17 16:12 bigfish24