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
axi-user-permissions supports queryParms of arrays as so permissionId=1234&permissionId=2345. Add paramSerializer to override default ,which serializes as brackets (permissionId[]=1234&permissionId[]=2345)
BREAKING CHANGE: The query to the API has been changed. To get the previous behavior, supply a custom paramSerializer.
0 commit comments