Lucas Duarte
Lucas Duarte
@manfrinmm `import * as locale from "date-fns/locale"` imports all locales available in date-fns, increasing the build size. that's my temporary solution: ```js // locale/dateFns.ts import ptBRLocale from 'date-fns/locale/pt-BR'; export {...
add in your **USER SETTINGS** ```javascript "files.associations": { "*.njk": "html" }, ```
Me candidatei, obrigado!
i'm have a same problem, but "nan" not helped me. Yarn version: 1.5.1 Node version: 8.9.4 Platform: linux x64 ``` gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make:...
> Thumbs up on this, additionally I'm thinking of adding the option for a fallback image (which is always served when the requested one is not available). Would you be...
> [@jijiseong](https://github.com/jijiseong) that is correct, estimateSize is not part of caching strategy, to re-create virtual items you can use, > > getItemKey: React.useCallback((index) => index, [width]), > https://codesandbox.io/p/sandbox/sweet-sun-f35n4r?file=%2Fsrc%2FApp.tsx%3A17%2C5-17%2C62 That's weird,...