You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the last breaking change on the 1.0 milestone affecting SvelteKit adapters, so while no promises, hopefully there won't be any more changes required after this
Thanks for providing this adapter!
Steps to Reproduce
look at source code
Expected Behaviour
uses latest SvelteKit API
svelte-adapter-firebase version
n/a
sveltejs/kit version
latest
The text was updated successfully, but these errors were encountered:
@benmccann I want to type render from import {init,render} from '../output/server/app.js'; to ensure my adapter matches the correct types, is this possible? I am unsure if App.init and App.render are the correct types and if they can/should be exposed?
Edit: I think I found the type for render with import('@sveltejs/kit/types/internal').Incoming?
Describe the Bug
See sveltejs/kit#2215
You'll need to update
svelte-adapter-firebase/src/files/handler.js
Line 23 in 52429d2
This is the last breaking change on the 1.0 milestone affecting SvelteKit adapters, so while no promises, hopefully there won't be any more changes required after this
Thanks for providing this adapter!
Steps to Reproduce
look at source code
Expected Behaviour
uses latest SvelteKit API
svelte-adapter-firebase version
n/a
sveltejs/kit version
latest
The text was updated successfully, but these errors were encountered: