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
Thanks for maintaining the project. I am curious if there is an ETA or plan to accept #35 #56
I am running into a typescript compilation error when trying to setup up a project with koa-redis/koa-session. I think the upgrade would alleviate the issue of conflicting session types in these two dependencies.
node_modules/@types/koa-session/index.d.ts:205:9 - error TS2717:
Subsequent property declarations must have the same type. Property 'session' must be of type 'Session | null', but here has type 'Session | null'.
205 session: session.Session | null;
~~~~~~~
node_modules/@types/koa-generic-session/index.d.ts:58:9
58 session: koaSession.Session|null;
~~~~~~~
'session' was also declared here.
yamil-rivera, ariverat-sp, ejose19, appako, aewing and 2 more