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

LinkeComponent.links is null #28

Open
mahmoodvcs opened this issue Jul 14, 2017 · 1 comment
Open

LinkeComponent.links is null #28

mahmoodvcs opened this issue Jul 14, 2017 · 1 comment

Comments

@mahmoodvcs
Copy link

I'm using NestedLink with typescript.
When I extend LinkedComponent and I want to use links member in render method, links is null.

@gaperton
Copy link

'links' member is a cache, which is populated when links are created.

Try const links = this.linkAll(); in the render(), and this.links in UI event's callbacks (if you have any).

I can think how can I fix it, though. I believe it's possible.

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

2 participants