This could be reproduced with the following points (lat-lng):
Point 1: 41.3902587890625, 2.128523588180542
Point 2: 41.3902587890625, 2.128523588180542
Point 3: 41.3902904000000, 2.128565500000000
Point 4: 41.3902990000000, 2.128562400000000
Map settings:
maxZoom: 21
Cluster settings:
clusterMaxZoom: 21
clusterRadius: 50
When calling getClusterExpansionZoom a value of 20 is returned, however at 20 (or 21) zoom level the clusters are not expanding (at that level 2 sub clusters are returned by getClusterChildren).
Maybe related to #243 and #244