vue-draggable-next
vue-draggable-next copied to clipboard
error TS4082: Default export of the module has or is using private name 'OpenObject'.
I use the VueDraggableNext component in a .vue file and when I build the project with vue-tsc I get the following error:
src/views/ReportDesigner.vue:714:1 - error TS4082: Default export of the module has or is using private name 'OpenObject'.
714 export default defineComponent({
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
715 name: 'ReportDesigner',
~~~~~~~~~~~~~~~~~~~~~~~~~
...
888 },
~~~~
889 });
~~~
When I remove the component VueDraggableNext from the ReportDesigner, it build successfully.
As I saw in your repository, you are exporting VueDraggableNext but not OpenObject at the file VueDraggableNext.ts
Can you export the OpenObject as well as VueDraggableNext?
@melenaos I'm not able to reproduce this issue. Please share the repo with the sample.
I've fixed it in this pr