Dylan Chapman
Dylan Chapman
+1 Just ran into this
It may not inherently be a Lost grid issue, but it's one that Lost could fix? If you called lost-update-column instead of lost-column, you wouldn't get the flex declarations and...
@renatosistemasvc Nope, I had to revert to Laravel Scout v6.1.1 until this is fixed.
It's not this package you need to revert, it's Scout. Sending the teamtnt folder won't help. Just lock Scout in your composer json: `"laravel/scout": "6.1.1"` and run a composer install.
I just tested, and it seems like this actually broke in v6.1.2, which means it's likely caused by [this pull request](https://github.com/laravel/scout/pull/334). So, I think as long as you cross-check any...
Adding to this - I get the error `Uncaught TypeError: Cannot read property 'component' of undefined` (from the line `var Stage = (external_root_Vue_commonjs2_vue_commonjs_vue_amd_vue_default.a.component('v-stage', {`) when trying to use VueKonva both...
Any plans for vue-cli 3 in this?
Just wanted to update this.. it looks like essentially no collection methods work on a filtered collection. Other methods I've ran into are ```sum```, ```count```, ```where```, ```map```. My guess would...
@rtheunissen So, it may or may not be related, but the latest version of Vue (v2.5.17-beta.0) included some changes to computed properties. Filtering no longer works at all inside of...
Has there been any consideration for this? Strange that this isn't supported...