We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8065ca commit 3222a72Copy full SHA for 3222a72
packages/fastboot/src/fastboot-info.js
@@ -38,5 +38,6 @@ module.exports = class FastBootInfo {
38
*/
39
register(instance) {
40
instance.register('info:-fastboot', this, { instantiate: false });
41
+ instance.lookup('service:fastboot').set('_fastbootInfo', this);
42
}
43
};
0 commit comments