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
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:
[Error: TransformError node_modules/react-native-clusterer/src/index.ts: /Users/vladbataev/WebstormProjects/zing-app/node_modules/react-native-clusterer/src/index.ts: Exporting local "supercluster", which is not declared.
export default Supercluster;
export { Clusterer, supercluster, useClusterer };
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: