logux / client

Logux base components to build web client
https://logux.org/
MIT License
656 stars 46 forks source link

deleteSyncMapById and changeSyncMapById has wrong type for id argument #114

Closed BerkliumBirb closed 1 month ago

BerkliumBirb commented 1 month ago

In types id is defined as:

id: { id: string } | string

while in reality both actions only support id: string.

ai commented 1 month ago

Thanks. Fixed 43ad9bf