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
To use either testing libraries, you should install the package to your application's devDependencies, and not rely on dependecies from react-azure-maps.
Is there a reason for removing the dependency "@testing-library/react-hooks" in version 1.0.0?
After migrating to version 1.0.0, we noticed that this dependency has been removed. We were using this dependency in our application.
[email protected]:
version "0.1.4"
resolved "https://registry.yarnpkg.com/react-azure-maps/-/react-azure-maps-0.1.4.tgz#828f17f09fc74ce11d722a9515e05a2401872829"
integrity sha512-bMkh0p5wASncbvsMO2fCc3XwL5T1b9gV0sRn4WCtd9qweOFaJWxXfwlIE2L8YSj2BjbU2WZaZye+yhcmhsqKgg==
dependencies:
"@testing-library/react-hooks" "^3.2.1"
"@types/uuid" "^7.0.0"
azure-maps-control "2.0.31"
guid-typescript "^1.0.9"
mapbox-gl "^1.10.0"
react-test-renderer "^16.13.0"
rollup-plugin-peer-deps-external "^2.2.2"
rollup-plugin-postcss "^2.1.1"
The text was updated successfully, but these errors were encountered: