Upon running "vite build" i get what i assume is a warning (its in orange text) that looks like this:
transforming (67) node_modules/@headlessui/vue/dist/internal/portal-force-root.js[plugin:vite:esbuild] Duplicate key "pointer-events-none" in object literal
149| 'pointer-events-none': _unref(signingIn),
150| 'opacity-60': _unref(signingIn),
151| 'pointer-events-none': _unref(signingIn),
| ^
152| }])
153| }, " Sign In ", 2 /* CLASS */),
I find the file in question in my modules folder and the word 'pointer' doesnt even exist in that file.
I also cant seem to find anything related to this on google.
How do i solve this issue?