Jérémie G

Results 16 comments of Jérémie G

Fixed with PR #645 This part was incorrect : `return R.is(String, sectionTitle) && (R.isEmpty(sectionTitle)` The string could be empty or "Apps" (lang : en), "Applications" (lang : fr)... In PR#645,...

Using ES (ECMAScript) modules offers several benefits, especially in modern JavaScript environments. Here are the key advantages: 1. Built-In Module Support Standardized Format: ES modules (import/export) are a standardized part...

PR in progress https://github.com/s-yadav/react-number-format/pull/871