Andy Krings-Stern
Andy Krings-Stern
Hi, I had the same problem with the `gaphql-nextjs` repository. If you're still having the problem try the following: Create a file `tsconfig.nexus.json` ```json { "extends": "./tsconfig.json", "compilerOptions": { "module":...
Alright, thanks. While they're at it: `ts-node` is missing in `devDependencies` --- just fyi: I ditched the example because it is not (yet) using [`nexus-plugin-prisma`](https://www.nexusjs.org/#/plugins/prisma) And since I didn't get...
Your user component seems to not be a child of ``. Please make sure that (what I assume to be) your toolbar that contains the UserComponent is also a child...
Can you please paste the full code for this image  and the code where you use the this component. And your code where you use ``. Please look at...
Currently not, but there is my Draft PR #37 that aims to add that functionality. I just need to find some time to finish it.
I think I fixed the merge conflicts and added @prevwong suggestion to rename `onDragOver` to `computeDragIndicator`. But... I cannot tell the difference between the before https://craft.js.org and the new behavior....
Hi @thiagoterleski I converted your example into a [CodeSandbox](https://codesandbox.io/s/delicate-darkness-zm0ig?file=/src/App.tsx) without the styling and it works without the error. Are you able to reproduce it in the Codesandbox, or are you...
Sadly this is an [issue](https://bugs.chromium.org/p/chromium/issues/detail?id=550999) with Chrome that has been open for 6 years now 😔 A suggested solution would be to not render the [container](https://github.com/prevwong/craft.js/blob/f089475455b7270d26aaf5e8010ff6dfc884db1c/packages/core/src/events/createShadow.ts#L9-L22) which has `width: 100%`...
Do you have an example use case for this? This sounds like it should be done with a context in user land? ```jsx ``` ```jsx const { enabled } =...
The [example](https://deploy-preview-186--craftjs.netlify.app/examples/basic/)