Closed orther closed 6 years ago
<ResourceListLoader resource={`org/${orgId}/application/${planAppId}/land`} loadOnMount />
What you did: Loaded a list with the ResourceLoader without passing params.
What happened: Actual request made was with params get param: http://localhost:3000/api/v1/org/194/application/123/land?params=%7B%7D
params
http://localhost:3000/api/v1/org/194/application/123/land?params=%7B%7D
Suggested solution:
:tada: This issue has been resolved in version 0.6.6 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
Reported by Dylan in Slack
Relevant code or config
What you did: Loaded a list with the ResourceLoader without passing params.
What happened: Actual request made was with
params
get param:http://localhost:3000/api/v1/org/194/application/123/land?params=%7B%7D
Suggested solution:
params
object.