Marcos Fernandes

Results 5 issues of Marcos Fernandes

## Environment styled-components: 5.2.1 typescript: 4.5.4 react (and react-dom): 16.13.1 ## Reproduction https://codesandbox.io/s/styled-components-typescript-forked-czie1n?file=/src/App.tsx ## Steps to reproduce 1. Create a style function that returns a `css`, which extends a predefined...

- `@react-testing-library/react` version (if applicable): 12.1.2 - `@react-testing-library/react-hooks` version: 7.0.2 - `react` version: 15.4.2 - `react-dom` version (if applicable): 15.4.2 - `node` version: - `npm` (or `yarn`) version: ### Relevant...

bug

I have a utilty function that creates a `Context.Provider`, and a `useContext`. For my specific case, I'd like to use `use-context-selector` library to improve the performance of my application. The...

Hi 👋 I maintain a small library that allows specific customizations to styled-components. I found that testing those styles is becoming too repetitive since on every test file I have...

Hi 👋 I've wanted to complement this question here: Just to give you a brief explanation here, my library setup is as the following: ``` packages/foo ├── README.md ├── babel.config.js...