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
The types returned by 'sync()' are incompatible between these types.
Type 'Promise<Replicated>' is not assignable to type 'Promise<void>'.
Type 'Replicated' is not assignable to type 'void'.
Type '{ frame_no: number; frames_synced: number; }' is not assignable to type 'void'.
Version of @libsql/kysely-libsql is 0.4.1.
The text was updated successfully, but these errors were encountered:
Using the recent version (
0.10.0
) of@libsql/client
leads to the following typing error when initializing the dialect via:Typing error:
Version of
@libsql/kysely-libsql
is0.4.1
.The text was updated successfully, but these errors were encountered: