unyt-org / datex-core-js-legacy

DATEX Core Library for JavaScript (legacy), fully implemented in TypeScript, used by the UIX Framework
https://unyt.org
3 stars 0 forks source link

Add support for lazy pointer properties #61

Closed benStre closed 10 months ago

benStre commented 10 months ago

This PR allows the usage of LazyPointers as PointerProperties. This is especially important for UIX hydration with nested components.

It also fixes an issue that leads to a "cannot subscribe to own pointer" error