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
expressions such as 'b.c[0]' or b.e[2].f would fail
I've tried to add tests and run them on my fork but couldn't get it to work, or spend more time on it. so i fixed it on my project by adding lodash, this is what my pipe looks like now:
it will not work on complex objects such as
expressions such as 'b.c[0]' or
b.e[2].f
would failI've tried to add tests and run them on my fork but couldn't get it to work, or spend more time on it. so i fixed it on my project by adding lodash, this is what my pipe looks like now:
The text was updated successfully, but these errors were encountered: