Mateusz Pigula

Results 2 issues of Mateusz Pigula

## Expected Behavior Referring to good UX practices it would be nice to have favorite languages at the top of the list ## Current Behavior Normal list, have to look...

I can't pass `req` as param, why is that? ```typescript export const someFunction = ( req: NonNullable['req'], ) => { return getCookie('key', { req }); // req ts error }...