Tagir Almasov

Results 8 comments of Tagir Almasov

Same here. Simulator local build are fine, but device targeted local builds fail for development, preview and production. Build on Expo infra are fine, the problem is only with local...

I'll try to explain, using React references. Again, I'm very new to Flutter and Dart, sorry about that. In react, when I pass an object like so ``` const [someObject,...

> You mean that if useState(false) changes to useState(true), the state resets? No, I mean if you have `useState(props.someProp)`, it will reset, when the prop is updated.

Okay, I feel like I made a mistake there. I'll update once I've done investigating.

Indeed you were right. I was confused about React behaviour. Thanks for your help! However, what do you think about adding more examples? I really feel like there could be...

Hey @phryneas I have a similar issue, maube this is related. Let me give you more background. Basically, follow [this blog post](https://www.apollographql.com/blog/using-apollo-client-with-next-js-13-releasing-an-official-library-to-support-the-app-router) from Apollo to setup apollo client with next....

@phryneas > I tried reproducing this and I don't see it - you are using export const dynamic = "force-dynamic";, too? That's not enabled in Next by default. Nope, I...

@hssdiv Hey, I'm having the exact same issue. Could you help me understand how you've managed to solve it? I understand it's a signing certificate problem, but not sure how...