Typings problem with '@tweakpane/core'
See original GitHub issueHi,
I’m using tweakpane in typescript and I’ve just updated to 3.0 and got a problem
Property 'addTab' does not exist on type 'Pane'
.
Investigating further I’ve found out that there’s a problem with ‘@tweakpane/core’
Cannot find module '@tweakpane/core' or its corresponding type declarations
,
so it fails to import ‘FolderApi’ and basically everything, which causes typescript errors. It seems this module declarations are missing.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to Fix Keyboard Typing Wrong Characters in Windows 10
Is your keyboard is typing the wrong characters on Windows 10? We'll introduce you to some quick and easy solutions to restore it....
Read more >keyboard typing problems - Microsoft Community
Hi... I am a windows 10 user... But for little time now my keyboard has started malfunctioning.... If I want to press a...
Read more >Keyboard Not Working? How to Fix Windows 10 Keyboard Not ...
Keyboard Not Working? How to Fix Windows 10 Keyboard Not Typing Problem · Physical damage · Dirt · Filter keys · Outdated or...
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
You’re right! Fixed the flag in the document.
Nice! Would it be more clear to specify it as
--save-dev
though? Since we need only typings from there?