Marcos
Marcos
I already tried deleting my node_modules, install the dependency, cleaning the npm/yarn cache, using yarn instead. I also tried change my webpack config to that: ```js const path = require('path')...
I'm looking at the Formik dependencies, and I'm seeing that don't have the [@types/lodash-es](https://www.npmjs.com/package/@types/lodash-es). Is there any reason for this?
I'm having a similar issue. I have an input with a gray border, when I focus I change it to black: ```jsx export const Input = styled.input` border-color: gray; :focus...