NestedLink
NestedLink copied to clipboard
LinkeComponent.links is null
I'm using NestedLink with typescript.
When I extend LinkedComponent and I want to use links member in render method, links is null.
'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.