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.

No TypeScript support when using Advanced configuration

See original GitHub issue

Works with TS: import {Heading} from 'react-bulma-components';

Doesn’t work with TS: import Heading from 'react-bulma-components/lib/components/heading';

Have I missed something simple? Only just started using the library so apologies if I missed something in the docs.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
coudscommented, Apr 26, 2019

@Calinou Currently there is an issue in the 3.0.1-4 version, check https://github.com/couds/react-bulma-components/issues/165

0reactions
coudscommented, Apr 22, 2021

Advanced confituration its beign removed on v4, v3 will not support TS definitions for advence configuration

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set up TypeScript
You can use npm to install TypeScript globally, this means that you can use the tsc command anywhere in your terminal. To do...
Read more >
TypeScript Programming with Visual Studio Code
No, the TypeScript language service that ships with Visual Studio 2019 and 2022 isn't compatible with VS Code. You will need to install...
Read more >
TypeScript. Advanced Project Setup - DEV Community ‍ ‍
This is an extremely convenient way to configure the above parameters, which guarantees uniformity when working in different code editors and ...
Read more >
TypeScript | WebStorm Documentation - JetBrains
Configure integration with the TypeScript Language Service ... In most cases, everything works out of the box and no manual configuration is ...
Read more >
How to Setup a TypeScript + Node.js Project | Khalil Stemmler
This probably doesn't come as a surprise ;) ... After we install typescript , we get access to the command line TypeScript compiler...
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