Sibelius Seraphini

Results 442 comments of Sibelius Seraphini

failing test here https://github.com/VitorLuizC/brazilian-values/pull/43

my current workaround ```jsx import { isCPF } from 'brazilian-values'; /** * Pattern to match formatted CPF (999.999.999-99) or 11 numbers. */ export const CPF_PATTERN = /^(\d{11}|\d{3}\.\d{3}\.\d{3}\-\d{2})$/; const NonNumeric =...

CPF can have less than 11 digits, so the current logic is wrong Old CPF have less than 11 digits, my father CPF for instance You need to left pad

another even smaller CPF example ![image](https://user-images.githubusercontent.com/2005841/98572528-82ce6280-2294-11eb-9630-ccd2d973491e.png) 5120101 these are all real CPFs

@a8m could you merge this please?

I think we should move to hooks instead

@sbstjn is this ready to merge?

is this working with RN24?

check this to run jscodeshift transformer as a cli https://github.com/reakit/reakit/blob/master/packages/reakit-codemods/bin/reakit-codemods.js