IdentifiedRef.load broke in 3.0.0-rc.1
See original GitHub issueWhen I bump from 3.0.0-rc
to 3.0.0-rc.1
, this code is no longer working:
async email(root) {
const client = await root.load();
return client.email;
},
Where root is an IdentifiedReference
.
I don’t see a tag for rc
vs. rc.1
to do a compare and scan for likely changes, so I don’t really have much more information than “it started happening in 3.0.0-rc.1”
(I had been on 3.0.0-rc.3
and it had the broken behavior as well; it looks like 3.0.0-rc
it was working fine and then regressed in 3.0.0-rc.1
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Blender 3.0 and 2.9 Broken compatibility (Jump to Origin)
The moral of this video is: DO NOT open blend files from Blender 3.0 in an earlier version of Blender.I'll show you a...
Read more >nlgn I emperature Polymer Matrix Composites
1. 8 . Neat Resin Propertf es. Tensile Strength. (Specimen size, 2 in. gauge length). (Rate at loading, .05 in./min.) Tensile Modulus. Elongation...
Read more >Full text of "Title List Of Documents Made Publicly Available ...
Domestic Licensing of Special Nuclear Material Docket 70 ' ' " ' 1 ... Caused by hydraulic load.lrain B slarlod & amount of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed in
3.0.0-rc.4
.So the problem was that the correction was happening only for the merged entity, but it was not cascaded to its relations.
Tricky part was to actually remove the need for always present EM instance, but I cracked that as well. Will fix the rest of the bugs first before releasing next RC, probably during weekend.