``` Uncaught ReferenceError: Ember is not defined ``` This code:  Repro: - https://github.com/universal-ember/ember-primitives/pull/55 - `pnpm i` - `pnpm build` - `pnpm start` - visit `http://localhost:5001` Here is the code to fix: https://github.com/ember-fastboot/ember-cli-fastboot/blob/ddbfeb36c14001c79527f1d1ca64b4f594a1bf91/packages/ember-cli-fastboot/vendor/experimental-render-mode-rehydrate.js#L4 The questions: - for Ember that no longer provides global `Ember`, v4+, how should it be referenced? - all the AMD stuff is private API - Providing "The Ember global" is too much api surface area, because the above code doesn't need access to all that much