Releases: arez/arez-persist
Releases · arez/arez-persist
v0.02
- Add a
scheduleAttach
static method to the generated sidecar will schedule theattach
invocation using an arezTask
. This is required when the component is potentially created within a read-only Arez transaction or a transaction that does not allow nested actions. This is particularly common when the peer is constructed insider a@Memoize
annotated method.