Skip to content
New issue

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

TS intellisense not working for callback select query #1306

Closed
LeulAria opened this issue Dec 30, 2024 · 5 comments
Closed

TS intellisense not working for callback select query #1306

LeulAria opened this issue Dec 30, 2024 · 5 comments
Labels
typescript Related to Typescript works as intended not a bug, a feature

Comments

@LeulAria
Copy link

select with callback (eb) =>
image

where as if i do it with out the call back it work fine
image

is this issue known if not is their a solution for it ?

Thanks loving kysely so far <3

@koskimas koskimas changed the title TS intenseness not working for callback select query TS intellisense not working for callback select query Jan 2, 2025
@koskimas
Copy link
Member

koskimas commented Jan 2, 2025

Seems to work for me. Could you provide a reproduction?

Screenshot 2025-01-02 at 6 03 33

@koskimas
Copy link
Member

koskimas commented Jan 5, 2025

@LeulAria Could you at least provide more information? Which IDE are you using? Which version of Kysely?

@igalklebanov igalklebanov added the typescript Related to Typescript label Jan 5, 2025
@LeulAria
Copy link
Author

LeulAria commented Jan 12, 2025

Thanks @koskimas here is what i am using

IDE: Vs Code
Kysely: ^0.27.5
Ts:
image

@igalklebanov
Copy link
Member

igalklebanov commented Jan 12, 2025

Hey 👋

I was able to reproduce this here.

Try updating your TypeScript version to >= 5.3.

@igalklebanov igalklebanov added the works as intended not a bug, a feature label Jan 12, 2025
@LeulAria
Copy link
Author

Updated my ts version Working fine @igalklebanov, closing the issue thanks guy's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript Related to Typescript works as intended not a bug, a feature
Projects
None yet
Development

No branches or pull requests

3 participants