Kristián Žuffa
Kristián Žuffa
I also had to do this (entity map was still filled with `uuid`s): ```javascript jest.mock("draft-js/lib/uuid", () => { let idUUID = 0; return () => (++idUUID).toString(); }); ```
Any update to this?
Similar problem here. It would be nice to add support for `mysqli` (question marks instead of labeled parameters). Temporary **BUT NOT RECOMMENDED** solution is: ```php $stringQuery = $builder->write($q); $stringQuery =...
Hi, I was able to create a PR supporting every mentioned feature: google news, image and video sitemap. Please create a feedback as soon as possible (cc @iamvishnusankar )
@fescobar thanks for feedback, I updated the docs. You can use it by adding `news`, `images` or `videos` to the sitemap entry (see also ts reference): https://github.com/iamvishnusankar/next-sitemap/blob/34c0096027cb92786a9c416aeccc2cd67e32f9ae/packages/next-sitemap/src/interface.ts#L282-L293
@iamvishnusankar I fixed it but it's waiting for your approval.
@iamvishnusankar done
@iamvishnusankar Thank you! 😍
R U kidding me?
@dannyhw I have the very same problem and would appreciate some help on this. I prepared minimal reproduction repository which emits this error: https://github.com/zuffik/rn-web-expo-sb-minimal-repo Thank you