Skip to content

Fixing reactive values in typescript #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

fatmirsukaliq
Copy link
Contributor

Hi there!

When using store reactive values that are prefix with $ sign, TypeScripts reports the 2552 error that states the following:

'Cannot find name '{0}'. Did you mean '{1}'?'

although the variable is declared and valid, so this PR will suppress those errors in case they are defined and start with $.

Please let me know your thoughts!

@orta
Copy link
Contributor

orta commented Mar 27, 2020

Hi fatmir - I think this is probably blocked on #11 because handling this aspect of the code is one of the biggest challenges facing these tool

@dummdidumm
Copy link
Member

With #57 we now have support for the $ syntax. Still, thanks for your efforts!

@dummdidumm dummdidumm closed this May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants