Sheldon Baker
Sheldon Baker
This is biting me too. Can confirm that if _one_ of the column values is null, then _both_ remote relationships return null.
The error indeed occurs with https://github.com/algolia/vue-instantsearch/tree/master/examples/nuxt - though I cheated by using `"vue-instantsearch": "4.3.3",` in my `package.json` after getting `Couldn't resolve vue-instantsearch` errors. This time it also spit out that...
Thanks! I'll schedule to take a look tomorrow!
Sorry for the delay. Just trying this out now. It seems I'm getting a different error on loading that `/search` route (I do recall seeing that error before and solving...
I think I've been bitten by this too: ``` {{#if buyerToEdit}} {{to-elsewhere named="modal" send=(hash modal=(component "buyer-editor" buyer=buyerToEdit save=(pipe-action (action saveBuyer) (action (mut buyerToEdit) null)) ) close=(action (mut buyerToEdit) null) )}}...
> I am experiencing the exact same issue, did anyone find a solution for this error? No, I just had to filter the specific error message so it stays out...
The error indeed occurs with https://github.com/algolia/vue-instantsearch/tree/master/examples/nuxt - though I cheated by using `"vue-instantsearch": "4.3.3",` in my `package.json` after getting `Couldn't resolve vue-instantsearch` errors. This time it also spit out that...
Thanks! I'll schedule to take a look tomorrow!
Sorry for the delay. Just trying this out now. It seems I'm getting a different error on loading that `/search` route (I do recall seeing that error before and solving...