Valerii Smirnov

Results 249 comments of 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

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 ![image](https://github.com/francoismassart/eslint-plugin-tailwindcss/assets/57757211/177c9e64-7b02-407c-8b14-c85e2b4ee8d3) ![image](https://github.com/francoismassart/eslint-plugin-tailwindcss/assets/57757211/df2d942a-75b3-4e71-a972-f8f5b4157926)

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:...