question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Types: Module '"@floating-ui/react-dom"' has no exported member 'VirtualElement'

See original GitHub issue

Hello and thanks for this package!

When using the latest version of @floating-ui/react-dom-interactions (0.10.0) in a strict TS codebase with "skipLibCheck": false setting, compilation fails with this error:

> tsc --noEmit

node_modules/@floating-ui/react-dom-interactions/src/index.d.ts:2:33 - error TS2305: Module '"@floating-ui/react-dom"' has no exported member 'VirtualElement'.

2 import { ComputePositionReturn, VirtualElement } from '@floating-ui/react-dom';
                                  ~~~~~~~~~~~~~~


Found 1 error.

~I’ll open a PR in a bit to fix it.~ PR with fix: https://github.com/floating-ui/floating-ui/pull/1601

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
atomikscommented, Mar 31, 2022

@elektronik2k5 v0.10.0 version is also a mistake. It should’ve been 0.0.10 🤦 . I’ve deprecated that and the latest version is now 0.0.12 which I recommend upgrading to.

Note: I plan to start releasing changelogs from 0.1.0 next week. I wanted to reduce noise after the initial release while people tried it at first to find the painful parts 😃

1reaction
atomikscommented, Mar 31, 2022

The RollingVersions action is currently running so should be released very soon 😛 (unless that flaky functional test fails lol)

Read more comments on GitHub >

github_iconTop Results From Across the Web

What causes the typescript Module has no exported member ...
If you're upgrading from v5 and see this issue, I removed the @types/react-router-dom dependency and it fixed this issue, since types for v6 ......
Read more >
Issues - GitHub
node_modules/@types/copy-webpack-plugin/index.d.ts(7,10): error TS2305: Module '"../../webpack/types"' has no exported member ' ...
Read more >
Module '"mongoose"' has no exported member ... - YouTube
In this video, we fix an error related to DocumentDefinition and update service inputs so they do not need to omit values.This video...
Read more >
Module '"@microsoft/sp-http"' has no exported member ...
Hi, I am trying to use SPHttpClientBatch class and I am getting the error: Module '"@microsoft/sp-http"' has no exported member ...
Read more >
no exported member DialogsModule in Kendo UI for Angular
From the Dialogs Overview page of KendoUI with Angular, the dialog package should contain DialogModule and WindowModule.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found