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've added CKDebugAnalyticsListener in order to provide information about components that can be converted to CKRenderComponent and as a result will be reused during a state update, which makes state updates faster.
As part of this change, we need an access to the treeNode (CKTreeNode) from the component. This information is only available in DEBUG mode for now in order to save memory.