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

fix: error while running tsc with --declaration flag #675

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

eryk-M
Copy link
Contributor

@eryk-M eryk-M commented Feb 19, 2024

Encountered an error while running tsc with the --declaration flag:

Exported variable 'x' has or is using name 'Rect' from external module "node_modules/@tanstack/virtual-core/build/lib/index" but cannot be named.

Fix is to simply export related interface from index.ts

@eryk-M eryk-M changed the title fix: error while building types with --declaration flag fix: error while running tsc with --declaration flag Feb 19, 2024
Copy link

nx-cloud bot commented Feb 20, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 2450d89. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants