We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
droppedElement
Hey,
have just converted a project to Type Script and checking the types as outlined here:
kutlugsahin/vue-smooth-dnd#44
I have I haven't looked at this in an IDE, but it looks like droppedElement has been removed:
smooth-dnd/src/container.ts
Line 170 in 68853ec
Even though it is used in code:
https://github.com/kutlugsahin/smooth-dnd/blob/master/src/dropHandlers.ts#L10
Also, it seems that the exported type doesn't match up?
https://github.com/kutlugsahin/smooth-dnd/blob/master/src/exportTypes.ts#L21
TBH, I'm not sure I used droppedElement, but interested to find out what's happening.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
have just converted a project to Type Script and checking the types as outlined here:
kutlugsahin/vue-smooth-dnd#44
I have I haven't looked at this in an IDE, but it looks like
droppedElement
has been removed:smooth-dnd/src/container.ts
Line 170 in 68853ec
Even though it is used in code:
https://github.com/kutlugsahin/smooth-dnd/blob/master/src/dropHandlers.ts#L10
Also, it seems that the exported type doesn't match up?
https://github.com/kutlugsahin/smooth-dnd/blob/master/src/exportTypes.ts#L21
TBH, I'm not sure I used droppedElement, but interested to find out what's happening.
The text was updated successfully, but these errors were encountered: