Akash

Results 4 comments of Akash

I have an remix app and inside it i have an iframe[same-origin]. i'm able to manually add eventListener and everything works [drag,drop etc] but when i use dropTargets from "pragmatic-drag-and-drop"...

@n-for-all faced the same issue so built this unofficial one https://github.com/WebX47/Polaris-Companion feel free to use it if needed.

Hey @yangwooseong, I'm using Bundler, so the final build file includes all the dependencies except for "VsCode." That's why I don’t want to add the node_module again since it's already...

Faced the same issue, solved it by wrapping the child in a custom component: ```tsx const DnDPropagationGuard = ({ children }: { children: ReactNode }) => { const stop =...