Skip to content

@refinedev/remix-router@3.0.4

Compare
Choose a tag to compare
@refine-bot refine-bot released this 08 May 13:18
· 32 commits to master since this release
18b13d3

Patch Changes

  • #5928 db9756e7908 Thanks @aliemir! - fix: type errors on typescript <5

    Due to the changes in #5881, typescript users below version 5 are facing type errors. This PR fixes the type errors by updating the file extensions required by the d.mts declaration files to provide a compatible declarations for both typescript 4 and 5 users.