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
When I write a component with a memoized set of data, and try to cluster this set of data within the component, I get this error Cannot read properties of undefined (reading 'removeObject'). When the data is not memoized, and passed directly in as a child of the cluster group, no error is encountered.
I am working around this by not memoizing the data for now, but this will be the area to discuss this bug and work towards a fix in the long run.
The text was updated successfully, but these errors were encountered:
When I write a component with a memoized set of data, and try to cluster this set of data within the component, I get this error
Cannot read properties of undefined (reading 'removeObject')
. When the data is not memoized, and passed directly in as a child of the cluster group, no error is encountered.I am working around this by not memoizing the data for now, but this will be the area to discuss this bug and work towards a fix in the long run.
The text was updated successfully, but these errors were encountered: