You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the auto detection code in EntityPlugin but it is only executed when context.newEntities is undefined. When using formatContentModel, this array is already defined, so those code will not be executed.
We can add something as parameter (in context or somewhere) or do a smart detection to decide if we should do the detection, so we can safely add/remove entities in formatContentModel and no need to do extra work to make them hydrated/cleaned up.
The text was updated successfully, but these errors were encountered:
We have the auto detection code in
EntityPlugin
but it is only executed whencontext.newEntities
is undefined. When usingformatContentModel
, this array is already defined, so those code will not be executed.We can add something as parameter (in context or somewhere) or do a smart detection to decide if we should do the detection, so we can safely add/remove entities in
formatContentModel
and no need to do extra work to make them hydrated/cleaned up.The text was updated successfully, but these errors were encountered: