Ember 3.22 error on destroy
It looks like this component is broken when used with ember 3.22:
Uncaught Error: Assertion Failed: You attempted to update `_swiper` on `<ogm@component:swiper-container::ember424>`, but it had already been used previously in the same computation. Attempting to update a value after using it in a computation can cause logical errors, infinite revalidation bugs, and performance issues, and is not supported.
`_swiper` was first used:
- While rendering:
application
browse
browse.sites
Stack trace for the update:
Also getting this error in debug environment, it is fine in production though.
Can confirm this is happening over here too.
@Matt-Jensen Thoughts on this? It fixes the error, but I don't know enough about the internals of Swiper to be sure. If you think it's fine, I'll PR on this repo.
I think calling .destroy is enough, judging from their docs:

I don't work with Ember that much anymore. However if you have a fix for this issue I'd be more than happy to publish it!
Thanks Matt - do you know who is maintaining this repo currently?
Whomever wants to!