Skip to content
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

Landing errors #107

Open
LaraMerdol opened this issue Feb 2, 2024 · 2 comments
Open

Landing errors #107

LaraMerdol opened this issue Feb 2, 2024 · 2 comments
Assignees

Comments

@LaraMerdol
Copy link
Collaborator

After the angular component load and after the pull request node was selected this NG0100 error popup.
Screen Shot 2024-02-02 at 14 42 06

@LaraMerdol LaraMerdol self-assigned this Feb 2, 2024
@LaraMerdol
Copy link
Collaborator Author

LaraMerdol commented Feb 4, 2024

The error concerns checking if the selected element updates the object container.

    ngOnInit() {
        setInterval(() => {
            if ( this._g.cy.$(':selected')[0] && this._g.cy.$(':selected')[0]._private.data.name !== this.name) {
                this.name = this._g.cy.$(':selected')[0]._private.data.name
                this.loadComponent();
            }
        }, 500)
    }

@LaraMerdol LaraMerdol added this to the Version 1.0 milestone Jun 11, 2024
@LaraMerdol LaraMerdol changed the title ExpressionChangedAfterItHasBeenCheckedError Landing errors Jun 12, 2024
@LaraMerdol
Copy link
Collaborator Author

Other landing error. Screen Shot 2024-06-12 at 17 04 47

@LaraMerdol LaraMerdol removed this from the Version 1.0 milestone Jul 18, 2024
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

No branches or pull requests

1 participant