We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In recent sveltekit changes $app/env has been renamed to $app/environment. Houdini however generates code with references to '$app/env' which breaks the sveltekit app.
blocking an upgrade
I expect houdini to work with sveltekit
System: OS: macOS 12.5.1 CPU: (10) arm64 Apple M1 Pro Memory: 74.70 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 18.4.0 - ~/.volta/tools/image/node/18.4.0/bin/node Yarn: 1.22.19 - ~/.volta/tools/image/yarn/1.22.19/bin/yarn npm: 8.12.1 - ~/.volta/tools/image/node/18.4.0/bin/npm Browsers: Brave Browser: 103.1.41.96 Chrome: 105.0.5195.102 Firefox: 104.0 Safari: 15.6.1 npmPackages: @sveltejs/adapter-node: 1.0.0-next.88 => 1.0.0-next.88 @sveltejs/kit: 1.0.0-next.471 => 1.0.0-next.471 houdini: 0.15.9 => 0.15.9 svelte: ^3.44.0 => 3.48.0 vite: 3.1.0 => 3.1.0
No response
The text was updated successfully, but these errors were encountered:
Just found out that this has been already fixed, if you use the 'next' version of houdini.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In recent sveltekit changes $app/env has been renamed to $app/environment. Houdini however generates code with references to '$app/env' which breaks the sveltekit app.
Severity
blocking an upgrade
Steps to Reproduce the Bug
Expected behavior
I expect houdini to work with sveltekit
System Info
Reproduction
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: