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
I don't like to have al the logic in my test layer. I have an actual architecture where I have multiple layers and finally I am able to pass the params with or without the optional values. So it is possible an optional value is made undefined.
Version
1.50.1
Steps to reproduce
Expected behavior
When passing a undefined value as param to the apirequest I expect to not see this param in the URL.
Actual behavior
I see the key with value undefined as query param in the URL:
Additional context
I don't like to have al the logic in my test layer. I have an actual architecture where I have multiple layers and finally I am able to pass the params with or without the optional values. So it is possible an optional value is made undefined.
Environment
The text was updated successfully, but these errors were encountered: