lucas h rinaldi

Results 6 issues of lucas h rinaldi

- `@testing-library/jest-dom` version: v5.1.1 - `@testing-library/react` version: v9.4.0 - `node` version: v12.14.1 - `npm` (or `yarn`) version: v1.21.1 ### Relevant code or config: ```js import styled from 'styled-components'; const Container...

bug

First of all, great generator! Really fond of the structure and how it separates some concerns. I'm thinking of always adopting this structure for my future APIs, but sometimes I...

Hey there folks! I've reached a point where I'm stuck with a problem and don't know where to go from here. I'll explain the problem with some info about the...

In this section it mentions that I can use `after:git:release` to execute a custom git push. https://github.com/release-it/release-it/blob/c2230713ddaa4adce2b586a241c16e7e69fe8936/docs/git.md#further-customizations ``` { "git": { "push": false }, "hooks": { "after:git:release": "git push origin...

Receiving this after the latest VSCode update. Anyone with the same error? ``` /.vscode/extensions/apollographql.vscode-apollo-1.19.9/lib/language-server/errors/validation.js:103 selectsClientFieldSet = Boolean(clientFields && clientFields.includes(fieldDef.name)); ^ TypeError: Cannot read properties of undefined (reading 'name') ``` ┆Issue...