You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, you can make a transformer function that just returns whatever is passed into it. However if you don't return an array it will break. I would really like to be able to just return whatever value i want.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 4 weeks if no further activity occurs. Thank you for your contributions.
I want to return an array of transformed tags like this (array of strings):
In version 0.15.0 the following code, which returned only a string, worked fine:
PR #273 Broke this functionality, is there any other way of transforming collection to just a plain array.
The text was updated successfully, but these errors were encountered: