Discussion about this post

User's avatar
alezhur's avatar

Do you plan to publish the mock-signal-store package on npm?

Expand full comment
Sir0xb's avatar

withComputed(({ selectedPage, totalPages }) => ({

pagination: computed(() => ({ selectedPage: selectedPage(), totalPages: totalPages() })),

})),

Is this possible? If not used//@ ts ignore

WithComputed cannot recognize all attributes in the store

Expand full comment
1 more comment...

No posts