Open puneet-fractl opened 2 years ago
@puneet-fractl Is the Upsert_Temp
event getting interned properly? If that's the case (find-event-schema :Fractl.Meta.Core/Upsert_Temp)
should work.
It returns :Fractl.Meta.Core/Temp
but the find-event-schema
returns nil
.
serialiazable-entity
returns successfully.
Is there any test I can do to investigate it further?
fractl
branch:main
fractl-meta
branch:uncompose-resolver
fractl-meta-resolver
branch:intern-entity
(changes)prints
So, the entity is not interned. Note: @vmatv8 found out that the entity is interned in the
fractl-meta
repo.