Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Module '"@refinedev/core"' has no exported member 'Link' #6407

Closed
nalakawula opened this issue Oct 15, 2024 · 1 comment
Closed

[BUG] Module '"@refinedev/core"' has no exported member 'Link' #6407

nalakawula opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nalakawula
Copy link

nalakawula commented Oct 15, 2024

Describe the bug

src/components/header/index.tsx:3:25 - error TS2305: Module '"@refinedev/core"' has no exported member 'Link'.

3 import { useNavigation, Link } from "@refinedev/core";
                          ~~~~


Found 1 error in src/components/header/index.tsx:3

Steps To Reproduce

Try example invoicer app

npm create refine-app@latest -- --example invoicer

run build command

npm run build

Expected behavior

the invoicer app should sucessfuly builded

Packages

"@refinedev/antd": "^5.43.1",
"@refinedev/cli": "^2.16.38",
"@refinedev/core": "^4.54.1",
"@refinedev/devtools": "^1.2.8",
"@refinedev/react-router-v6": "^4.6.0",
"@refinedev/strapi-v4": "^6.0.8",
"antd": "^5.17.0",
"antd-style": "^3.6.1",
"axios": "^1.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.8.1"

Additional Context

The latest changes on the invoicer app that i try is ac31926

@nalakawula nalakawula added the bug Something isn't working label Oct 15, 2024
@BatuhanW
Copy link
Member

We've merged the release PR, it should be available soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants