NestedLink icon indicating copy to clipboard operation
NestedLink copied to clipboard

LinkeComponent.links is null

Open mahmoodvcs opened this issue 8 years ago • 1 comments

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

mahmoodvcs avatar Jul 14 '17 04:07 mahmoodvcs

'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.

gaperton avatar Oct 20 '17 16:10 gaperton