Wagner Lemos Duarte
Wagner Lemos Duarte
Hey @pandichef! This problem happen because the `graphql-markdown` use the `graphql` to generate de markdown file. So, it need the typeDefs and directives to works well. Do you need to...
> Haven't seen this problem happen before. Please check if https://github.com/m-Ryan/easy-email-demo works, or provide a codesanbox to debugger. Hey! I managed to simulate the problem and its happen because I...
@m-Ryan any updates about this issue?
I think it's happened because de the different approach used in different versions of react: https://reactjs.org/blog/2020/10/20/react-v17.html#changes-to-event-delegation
So, I understood that `getSameParent` is used to validate the drop of component, but I need to get the event after this drop happens because I'm using the custom component...
@m-Ryan I created a workaround to solve this problem, but I think is important to implement this feature to make it more dynamic. In my case, I used a validation...