Ronald Araújo

Results 13 comments of Ronald Araújo

> Olá, estou tendo o mesmo problema para a validação 'formato_cpf': > > `Method geekcom\ValidatorDocs\Validator::validateFormatoCpf does not exist.` O mesmo por aqui...

Pra quem caiu aqui assim como eu eu, o formado correto é apenas `MMYY`. Exemplo: Para o mês 02 e ano 2022, a data de expiração deve ser `card_expiration_date =...

I've been same error here. In my scenery, I have two functions: ```javascript function renderStaticMap() { return showClusterGroup ? ( {renderMarkers()} ) : ( renderMarkers() ); } ``` and ```javascript...

@lucasandre-dev por aqui estou obtendo o mesmo resultado. Você conseguiu resolver esse problema?

Oohh man, @Sergej-Tihonov. Thank so much. It's work!

I'm having the same problem... ![photo1632009286](https://user-images.githubusercontent.com/1413455/133911329-22886984-8703-4acd-ac32-a941c361f2ac.jpeg)

Thank you for tip, @ludovv. But I solved my problem with `react-device-detect`. That is, when a mobile I show custom modal for download. ![image](https://user-images.githubusercontent.com/1413455/133924694-a0a483d6-1520-43d6-9eea-082a57ace700.png)

Sure, @TheoOliveira. Below is the code I implemented. **Device component** ```javascript import { ReactNode } from 'react'; import * as rdd from 'react-device-detect'; type DeviceProps = { children: (props: typeof...

> In the 'PDFviewer' from react package,the pdf words disappear in pdf viewer How is your code?