question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`Model.findInStore` needs to be updated to accept `ref` values.

See original GitHub issue

Model.findInStore needs to be updated to accept ref values.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
marshallswaincommented, Apr 29, 2020

We should totally implement it ourselves, the same as that link. I’ve opened https://github.com/feathersjs-ecosystem/feathers-vuex/issues/471 https://github.com/feathersjs-ecosystem/feathers-vuex/issues/471 as a reminder.

On Apr 29, 2020, at 1:15 PM, J3m5 notifications@github.com wrote:

There is isRef https://github.com/vuejs/composition-api/blob/d1715e4985401fe62714cbea051219269454b5d6/src/reactivity/ref.ts#L139 so we can re-implement it or propose it to composition-api repo.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/feathersjs-ecosystem/feathers-vuex/issues/469#issuecomment-621409315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA7OWOEXOJFBLUNJL7AXODRPB4GDANCNFSM4MSNHCNQ.

0reactions
J3m5commented, Apr 29, 2020

Well, it has been done but I don’t see how it ended up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Data Modeling | FeathersVuex
Model classes have a findInStore method, which is a proxy to the find getter. ... method should ONLY be used to return default...
Read more >
Models & Instances API | FeathersVuex
Model classes have a findInStore method, which is a proxy to the find getter. ... The FeathersVuex plugin for Vue allow convenient access...
Read more >
Storing values with the useRef hook - Emma Goto
React's useRef hook is used to store references to DOM elements. But did you know you can store and update values with useRef...
Read more >
Reference | Braintree GraphQL API
A list of challenges that are required by the current merchant to process a given credit card. enum values: CVV; POSTAL_CODE; cvv; postal_code ......
Read more >
Referencing Values with Refs - React Docs
How to add a ref to your component; How to update a ref's value; How refs are ... In order to display how...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found