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
I think you're right on replacing Buffer with Uint8Array, I've checked for other references and there seems to be none that's related. Incoming on the other hand, looks very similar to ServerRequest, but it seems to be correct and only used as the first parameter of render in App. I'm guessing we could remove it from the public types as well, seems to only be used internally.
I believe
Buffer
was replaced withUint8Array
in #1382, so perhaps the type below is wrongkit/packages/kit/types/helper.d.ts
Line 10 in 11e7840
Also,
Incoming
is unused inhooks
:kit/packages/kit/types/hooks.d.ts
Line 4 in 586785d
It's exported and used in
index
andinternal
, but I wonder ifServerRequest
should be used insteadThe text was updated successfully, but these errors were encountered: