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
ts: Argument of type 'LoroCounter' is not assignable to parameter of type 'Container'.
Type 'LoroCounter' is missing the following properties from type 'LoroMovableList<unknown>': getCursor, toArray, insertContainer, pushContainer, and 17 more.
And when I run the script, I get the following runtime error:
$ bun sandbox.ts
error: No kind method found or not a function
No kind method found or not a function
Bun v1.1.43 (Linux x64)
The text was updated successfully, but these errors were encountered:
I'm trying to understand if I've made a mistake here, or if the library does not yet support LoroCounter inside a map:
Typescript reports:
And when I run the script, I get the following runtime error:
The text was updated successfully, but these errors were encountered: