nmhung
nmhung
@alexreardon How to archive `preserveOffsetOnSource` with [non-native-custom-drag-previews](https://atlassian.design/components/pragmatic-drag-and-drop/core-package/adapters/element/drag-previews#non-native-custom-drag-previews) [Sandbox](https://codesandbox.io/p/sandbox/pragmatic-dnd-preserveoffsetonsource-kr2cz2) Do you have any suggestions? I would greatly appreciate them.
1. `@vueuse/nuxt and npm i @vueuse/nuxt ` `@vueuse/nuxt` is an add-on of [VueUse](https://github.com/vueuse/vueuse), which provides better Nuxt integration auto-import capabilities. > You must install both.
Hi @richburdon! My code has no issues like this. ``` export default function CardNative({ item }: { item: TItem }) { const ref = useRef(null); const [state, setState] = useState(idle);...