vuefire icon indicating copy to clipboard operation
vuefire copied to clipboard

Detect nested refs in custom classes

Open posva opened this issue 1 year ago • 0 comments

What problem is this solving

The automatic binding of nested references doesn't work if .withConverter() is used. It currently only works with plain js objects See extractRefs() in utils.ts

  • See #1492

Proposed solution

  • Safelist of classes to parse
  • Automatically detect classes field while ignoring methods

Describe alternatives you've considered

No response

posva avatar Feb 26 '24 13:02 posva