Synchronous get for hasOne relations does not work.
Identical code for a belongsTo relation works.
Steps to reproduce
Create a hasOne relation and call the synchronous get.
Current Behavior
const component = container.component(); // component is undefined
Expected Behavior
const component = container.component(); // this should work
Synchronous get for hasOne relations does not work.
Identical code for a belongsTo relation works.
Steps to reproduce
Create a hasOne relation and call the synchronous get.
Current Behavior
const component = container.component(); // component is undefined
Expected Behavior
const component = container.component(); // this should work