-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Error deleting item list #26
Comments
Similar issue with deleting individual items for me. While updates get passed properly to my child |
@matifanger Did you find a solution for this or go for a different package? |
@RobSteward No solutions. It seems like this is no longer maintained. |
I created a Vue 3 component based on this repository. It has been rewritten in TypeScript, does not rely on external dependencies, takes padding in regard when calculating the column count, and supports item removal. |
Great Stuff @DerYeger! I actually picked up this project recently again, so this will come in handy. |
When i remove all the items with this.items = [] or this.items.lenght = 0 or others methods
im getting an error "TypeError: item is undefined"
So how can i empty or RESET the masonry wall without having any trouble?
The text was updated successfully, but these errors were encountered: