Celio Latorraca
Celio Latorraca
Since `react-tv` is a renderer just like `react-dom`, I believe it's necessary to create a new Adapter specific to it ... Probably something based on `enzyme-adapter-react-16`. Some refs: - https://github.com/airbnb/enzyme/tree/master/packages/enzyme-adapter-react-16...
Since docker compose version 2.3.x, the default behavior now is to return the published binding port as string, which breaks the dockest validation. This PR fixes the issue #300 https://github.com/docker/compose/issues/9306
For now, the `focusPath` is required. What would be the best approach to change it? **What is the problem?** As a react-based component, we lay on react lifecycle... - After...
Hi, I've got a problem when adding a media query that changes font-size of an element from **vw** to **em**, when using **IE 9+**. It keeps calculating conversion between them...