Matheus Assis

Results 21 comments of Matheus Assis

[log.txt](https://github.com/rock88/moonlight-nx/files/5287699/log.txt)

![IMG_20200927_004245009](https://user-images.githubusercontent.com/12276174/94355504-f147c000-005a-11eb-95a5-91bda58ea42d.jpg)

![image](https://user-images.githubusercontent.com/12276174/94355521-0de3f800-005b-11eb-89a8-2faad20b4671.png) ![image](https://user-images.githubusercontent.com/12276174/94355523-13414280-005b-11eb-97a7-37c7b7a9e3d3.png)

While using next.js. I fixed the issue by manually adding into `package.json`: ``` "@babel/core": "7.8.4", "@babel/preset-env": "7.8.4", "babel-loader": "8.0.6", "babel-plugin-styled-components": "1.10.6", ``` ---- This is my `.babelrc.json` ``` { "env":...

I noted that this only happen if "computedInputs" is added to `nexusPrismaPlugin()`

If needed, `renderDragBetweenLine` is as such: ```tsx renderDragBetweenLine={({ draggingPosition, lineProps }) => { // console.log(draggingPosition, lineProps); return ( // Ref: https://github.com/lukasbach/react-complex-tree/blob/beab519f98052e6afa17fd931ba6f822d3f2fc86/packages/blueprintjs-renderers/src/renderers.tsx#L101 ); }} ```

```js './generated/gql/': { // schema: './generated/schema.graphql', schema: 'http://localhost:3000/api/graphql', documents: ['lib/apollo/modules/**/*.{graphql,tsx,ts}', '!lib/apollo/modules/cms/**/*.{graphql,tsx,ts}'], preset: 'client', plugins: [], presetConfig: { fragmentMasking: false, dedupeFragments: true } }, ``` Adding it to `presetConfig` also does...

Kim Doomb [says](https://www.facebook.com/groups/azralon/permalink/1282275728601126/?comment_id=1282331898595509) >Uma feature interessante, seria colocar uma aba pra "metas" que foram excluídas, junto com o dia ou talvez o mês que foram excluídas, tipo um histórico. Só...

Pregnant_Bill_Cosby [says](https://www.reddit.com/r/classicwow/comments/d5il93/i_made_my_own_addon_and_i_loved_it_3/f0mu1gx/): >a notepad tab that allows links from the to-do list. For example you create one to-do entry such as "Go to Org and craft #[Advanced Target Dummy]" and...