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.

`private` properties are not found and throw errors in the View

See original GitHub issue

This issue is related to other issues #2 and #957 and as per a comment posted here it was suggested that I open a new issue.

The team project I’m working on also has a ton of a public/private properties and I get so many errors in the View even though the code is working fine. I know that I can remove private and then everything is fine but my team won’t be happy with this change and it’s not very code friendly to work with so many invalid errors like those

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
johnsoncodehkcommented, Oct 16, 2022

@sawmurai this is planed to resolve in v1.1.

1reaction
panjiangyicommented, Jul 9, 2022

on my side we decided to go with Vue 3 Composition API since the Vue Class Component is no longer recommended neither supported. Basically, So I don’t really need this one to be fixed anymore, unless someone else requires it. Thanks for the great extension 😃

I decided to stick to class-style vue forever or quit vue.😆 We already have a functional programming tool like React, I think Vue should be the OOP counterpart. It’s real convenient to map states of vanilla classes to DOM through Vue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Property 'X' is private and only accessible within class ...
For a given component all its members (methods, properties) accessed by its template must be public in the AOT compilation scenario.
Read more >
Complete Guide to Exception Handling in Spring Boot
This article showcases various ways to handle exceptions in a Spring Boot Application.
Read more >
ASP.NET Error Handling - Microsoft Learn
If no catch block is found, then the CLR displays an unhandled exception message to the user and stops execution of the program....
Read more >
Object.defineProperty() - JavaScript - MDN Web Docs
Property descriptors present in objects come in two main flavors: ... 37 o.a = 25; // No error thrown // (it would throw...
Read more >
Spring MVC Exception Handling - @ControllerAdvice ...
The handler methods in Global Controller Advice is same as Controller based exception handler methods and used when controller class is not able ......
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