William Silva

Results 5 comments of William Silva

> @william-hotmart I think that `` isn't updating since its props aren't. Try to wrap `getDynamic` with `useCallback` and add current lang as its dependency. Thus changing language will change...

Can somebody help me with a difficulty? I see these examples where you can sort items in a container and move itens from one container to another. And that it's...

That configuration works for me: **.stylelintrc.json** ``` { "extends": ["stylelint-config-recommended", "stylelint-config-styled-components"], "customSyntax": "@stylelint/postcss-css-in-js" ... } ``` **package.json** ``` "scripts": { ... "stylelint-check": "stylelint './src/**/*.{js,ts,tsx}'", "stylelint-check:fix": "stylelint './src/**/*.{js,ts,tsx}' --fix", ... },...

@dgattey Sorry, but not. Now that the project which I work are increasing we start to have some problems with that config too 😞

@mjetek Is there some workaround to make the tests works while this problem is not solved?