Valerii Smirnov
Valerii Smirnov
@rschristian I think it should be in place like `recipes` in docs, because use case is pretty niche. Should we create recipes section somewhere?
@AzizAK Can you review it pls?
So in most cases we can just use global expect. Interesting I will try to explore how to implement it in userland
Probably it's an issue with ts-node
I will try to reproduce it again in next couple of days
I do provide support of react-native in @preact-signals/safe-react I would like to contribute this feature to the mainstream library when I will have time
Interesting. I will try to figure out why it happens in my free time Btw, you can try `@preact-signals/safe-react`, because I've made it especially for a react native app. It...
Results. No real performance difference on generated dataset  
Here is typesafe way ```ts interface CreateParams< Params = never, VersionedParam extends UnionKeys = never, > { params: Params; versionedParams: VersionedParam; } declare module "@telegram-apps/sdk" { interface MiniAppsMethods { web_app_share_to_story:...