Cesar Costas
Results
2
comments of
Cesar Costas
Something like: ```js if (isFunction(obj[key])) { rules.push(`${hyphenate(key)}:`, (...props) => addUnitIfNeeded(key, obj[key](...props)), ';'); } ``` in https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/flatten.js#L27 could solve this? It replaces the custom function, with a wrapper that adds the...
Hello @felabr I was aiming to propose the same update. I think loki is still a commonjs project, while wait-on or axios have moved into ESM and that's making your...