Skip to content

@refinedev/[email protected]

Compare
Choose a tag to compare
@refine-bot refine-bot released this 06 Mar 07:52
· 3 commits to main since this release
2c6ab24

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.