github refinedev/refine @refinedev/simple-rest@5.0.2

Patch Changes

  • #5378 63e39ed312 Thanks @amanzrx4! - fix: dataProvider.getList method adds ? to the request url when there is no filters, sorters and pagination in the request. #5359

    - Expected
    + Received
    
    - "https://api.fake-rest.refine.dev/categories",
    + "https://api.fake-rest.refine.dev/categories?",

    From now on, dataProvider.getList method will not add ? to the request url when there is no filters, sorters and pagination in the request.

Don't miss a new refine release

NewReleases is sending notifications on new releases.