Types: Module '"@floating-ui/react-dom"' has no exported member 'VirtualElement'
See original GitHub issueHello 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:
- Created a year ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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 😃The RollingVersions action is currently running so should be released very soon 😛 (unless that flaky functional test fails lol)