github refinedev/refine @refinedev/cli@2.16.44

latest releases: @refinedev/mantine@2.35.3, @refinedev/core@4.57.7, @refinedev/graphql@7.1.3...
2 days ago

Patch Changes

📢 Refine Community Release 📢

  • fix(types): remove path aliases from type imports

    Since typescript doesn't resolve and replace path aliases, using them for the type imports will cause d.ts files to reference unresolvable paths and types.

    While this doesn't break everything, it breaks the types in places where the path aliases are used for type imports.

    This change removes the path aliases from the type imports and replaces them with relative imports.

Don't miss a new refine release

NewReleases is sending notifications on new releases.