Open bataevvlad opened 2 years ago
Could you provide a reproducible example?
@bataevvlad I don't know if this is the true fix but it started to work when I changed
import type supercluster from './types';
to
import supercluster from './types';
in node_modules/react-native-clusterer/src/index.ts
I have the same. Is there a more solid way to solve this?
Looks like there is mismatch in version.
As if d.ts corresponds to one version of the library and the actual code is a different version
Below code and image of it: