Chain multiple withConverter
?
#1498
Replies: 2 comments
-
The last 2 gives me TypeScript error, so I suppose it is not possible (at least not that way). |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found a way to remove one of my converter, so I don't need this but maybe someone else will have the same question one day |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can you chain multiple convert like so
.withConverter(addDefaultFields).withConverter(dateConverter)
or like so.withConverter([addDefaultFields, dateConverter])
or like so.withConverter(addDefaultFields, dateConverter)
Beta Was this translation helpful? Give feedback.
All reactions