Vite: Uncaught TypeError: `setHelperManager `is not a function
I guess this is related to @lifeart's issue with glimmer-x https://github.com/josemarluedke/glimmer-apollo/issues/45, but I am not sure how to bypass the error with the environment-ember, as environment-ember is not imported directly there (as it is with glimmer-x).
I am not even sure if this is related to SSR: The reproduction is basically created by running @NullVoxPopuli's great little ember-vite-blueprint (npx ember-cli@latest new glimmer-apollo-vite --blueprint @nullvoxpopuli/ember-vite-app --pnpm --typescript) + the steps in the glimmer-apollo readme.
Repository for reproduction: https://github.com/johanrd/glimmer-apollo-vite • Run
pnpm start
and open yourlocalhost
. • See error in console:I guess this is related to @lifeart's issue with glimmer-x https://github.com/josemarluedke/glimmer-apollo/issues/45, but I am not sure how to bypass the error with the environment-ember, as
environment-ember
is not imported directly there (as it is with glimmer-x).I am not even sure if this is related to SSR: The reproduction is basically created by running @NullVoxPopuli's great little ember-vite-blueprint (
npx ember-cli@latest new glimmer-apollo-vite --blueprint @nullvoxpopuli/ember-vite-app --pnpm --typescript
) + the steps in the glimmer-apollo readme.Thanks, johan