Skip to content

Commit

Permalink
Merge pull request #6 from newrelic-experimental/bug-window-refresh
Browse files Browse the repository at this point in the history
Bug on window refresh
  • Loading branch information
jsbnr authored Mar 27, 2024
2 parents 8a6f415 + 40f88b5 commit 0d2434e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "location-geo-map",
"version": "2.2.3",
"version": "2.2.5",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0"
Expand Down
2 changes: 1 addition & 1 deletion visualizations/store-map-viz/components/Region.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Region = ({ region, location, tooltipConfig, defaultHeader }) => {
};

return (
<GeoJSON data={region} style={style} onClick={handleRegionClick}>
<GeoJSON key={location.status} data={region} style={style} onClick={handleRegionClick}>
<LocationPopup
location={location}
config={tooltipConfig}
Expand Down

0 comments on commit 0d2434e

Please sign in to comment.