Skip to content

Conversation

tuarrep
Copy link

@tuarrep tuarrep commented Jul 14, 2020

Correct Typescript export which causes error when compiling

25:3 An export assignment cannot be used in a module with other exported elements.
    23 |   }
    24 | 
  > 25 |   export = Draggable;
       |   ^
    26 | }
    27 | 
Version: typescript 3.9.6

```
25:3 An export assignment cannot be used in a module with other exported elements.
    23 |   }
    24 | 
  > 25 |   export = Draggable;
       |   ^
    26 | }
    27 | 
Version: typescript 3.9.6
```
rtucek added a commit to rtucek/vue-query-builder that referenced this pull request Jul 21, 2020
* Upgrade dependencies overall
* Fix [GHSA-p6mc-m468-83gw](GHSA-p6mc-m468-83gw)
* Pin `Vue.Draggable` below version v2.24, because recent TS addition causes compile errors.
  [We'll update once fix is merged](SortableJS/Vue.Draggable#891)
@David-Desmaisons
Copy link
Member

Already corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants