hadnet

Results 41 comments of hadnet

@andrewplummer version 2.0.1 is out, any news on sugar.d.ts for this new version?

Cê tá certo, vou corrigir.

Tinha esquecido de repor os ID dos estados, Felipe. Desculpe.

I tried to use this library along with RNGH and Fabric but my app crash and close on every init. So this is why, right?

I'm trying React Native + SC v6 but something seems weird. When using the Box component I got no bg prop autocomplete, but if I type the prop name completely...

I think I found out why the above is happening. In the PolymorphicComponentProps ```ts declare type PolymorphicComponentProps = React.HTMLAttributes & // Here I replaced Omit for Exclude in order to...

@bearkfear alguma novidade? Em Adonis 5 quando em dev funciona, mas quando buildado o erro cep_promise_1 continua. Conseguiram solucionar ou tem que se virar com o require? Tô usando Node...

> Acho que deveria ser > > `return cep(CEP, {timeout: 5000, providers: ['brasilapi']})... ` > em vez > > `cep(CEP, {timeout: 5000, providers: ['brasilapi']})... ` > não? Sim, mas desse...

Poderia haver um type para o objeto erro, assim como há para CEP: ```ts type CepError = { name: string; message: string; type: 'service_error' | 'validation_error'; errors: { message: string;...