Alexandre Joly
Alexandre Joly
I think we're having the same issue. Google Search Console has detected a covarage issue. Every Co-Author page have the meta tag `robots` set to `noindex, follow` instead of `index,...
@lubieowoce thank you very much! So I guess, we will have to try your solution as soon has we find time. > does your site have a user for each...
I'm having the same issue, but with redux-toolkit & rtk query. First I thought there was an issue with the `pollingInterval` of the queries, but at some point I was...
I was able to solve the issue in our project by replacing `@babel/plugin-proposal-class-properties`, which is [deprecated](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties), with `@babel/plugin-transform-class-properties` in the `@react-native/babel-preset` lib. here is the patch I use ```patch diff...
> @mekanics Amazing 👏 > > I updated my `@react-native/babel-preset` but I still can't seem to get it to respond. I am wondering if I am doing something wrong when...
I'm using Fastlane to build, deploy, etc. my app and I had the same issue. My mistake was that I used the `project` instead of the `workspace` in the build...
@andreav did manage to solve your slow rendering problem? it's a long time ago, I know, but I'm having the same issue.
I had that issue as well. After rebooting my Kobo, everything worked like a charm...