Yaroslav Petrenko
Yaroslav Petrenko
> This is happening to me since I upgraded from RN 0.61.0 to 0.61.2. It may have something to do with the fixes in [react-native-gesture-handler](https://github.com/facebook/react-native/releases/tag/v0.61.1) present in 0.61.1. > >...
Having the same issue, I18nProvider doesn't change anything for me.
+1 _Edit by maintainer bot: Comment was **automatically** minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it adds...
Having the same issue. Did anyone found workaround or something? From what I'm seeing wrapping fetch in cache may be the possible workaround... After a lot testing I no longer...
@psikoi Thank you for your replay. I just tested your suggestion and it is indeed working🔥🔥. For other people for more information you can check link that @psikoi provided and...
@OlegLustenko > Next.js extends the native [fetch Web API](https://developer.mozilla.org/docs/Web/API/Fetch_API) to allow you to configure the [caching](https://nextjs.org/#caching-data) and [revalidating](https://nextjs.org/#revalidating-data) behavior for each fetch request on the server. React extends fetch to...
@cpotey In my case `cache` function works fine as I wrote it earlier. Maybe your cookies change or something so it sends another request? Also from what I see on...
@serhatoral What you mean? It works fine for me on node.js v20.9.0.
@serhatoral Now I get it.... You are speaking about client side. Yeah I can see that ui uses some old packages but there is also a Dockerfile inside ui folder...