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

 
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 also have the issue
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...