Open
Description
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
Proposed solution
- Safelist of classes to parse
- Automatically detect classes field while ignoring methods
Describe alternatives you've considered
No response
Activity