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.

Rewrite this component in TypeScript 3 and include the definition files like we do for @mdi/js.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
Templariancommented, Aug 23, 2018

Closing this and working on updating the build to use TSC with a new issue.

@azdanov Can you do a PR and add a contributors property to the package.json for yourself since you co-wrote this library.

1reaction
azdanovcommented, Aug 19, 2018

Add this to webpack.config.js:

externals: {
  react: "commonjs react",
  "prop-types": "commonjs prop-types"
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

TODO comments | WebStorm Documentation - JetBrains
In JavaScript and TypeScript files, WebStorm by default also supports multiline TODO comments. Start the TODO comment with the usual TODO ...
Read more >
How To Build Your First TypeScript Project - YouTube
It is finally time that I create a full TypeScript project. In this video I show you how to create an entire TODO...
Read more >
TODO Highlight for inline comments · Issue #848 - GitHub
I'm using this pakage for my development, and notice that TODO Highlight only works with block comments, for inline comments like // TODO: ......
Read more >
Documentation - Utility Types - TypeScript
Constructs a type by picking all properties from Type and then removing Keys (string literal or union of string literals). Example. ts. interface...
Read more >
How to Build a Todo App with React, TypeScript, NodeJS, and ...
In this tutorial, we will be using TypeScript on both sides (server and client) to build a Todo App from scratch with React,...
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