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.

Add typescript support pls, it's very easy

See original GitHub issue

just create a file called index.d.ts and add the followingline: declare module 'material-ui-popup-state';

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:12
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jedwards1211commented, Dec 12, 2019

Published in v1.5.0!

0reactions
jedwards1211commented, Dec 12, 2019

Just added TS types, should get released in a moment

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding TypeScript to a VS Code project - YouTube
Watch this video for a TypeScript tutorial with Visual Studio Code. Learn how to install TypeScript in Visual Studio Code and how to...
Read more >
How To Set Up a New TypeScript Project - DigitalOcean
With TypeScript installed, you can initialize your TypeScript project by using the following command: npx tsc --init.
Read more >
How to set up TypeScript
To do this, run npm install -g typescript . This will install the latest version (currently 4.9). An alternative is to use npx...
Read more >
How to set up a TypeScript project - freeCodeCamp
Step 2: Install Visual Studio Code or other editor. One of the main reasons to use TypeScript instead of JavaScript is that it...
Read more >
How to move your project to TypeScript - at your own pace
Learn how you can move your existing JavaScript project, step by step to TypeScript. All at your own pace and as much as...
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