Julio Espadas
Julio Espadas
Pienso que podriamos utilizar el termino "nativo", yo creo que estamos hablando de algo tecnico que lo entenderan la mayor parte de los lectores. Todo esto para evitar las ambigüedades...
I'm having the same issue...the app can't work ! There's no solution implemented ?
Anyone ?
> The documentation is wrong. You need at least React 16.3 to enable `createContext`. But I tried even with React 16.4.1 and nothing. Now is working but with React 16.9.x...
It works if you add $ as decorator. Ex: `const Container = styled.div' color: ${({ $isactive }) => ($isactive ? "white" : "gray")}; ';` And from container: ` ` [Source](https://stackoverflow.com/questions/76935768/react-does-not-recognize-the-isactive-prop-on-a-dom-element)