Skip to content

Commit

Permalink
fix: #1422 Fix IE crashing issues due to google-maps-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
nphivu414 committed Jun 3, 2020
1 parent 705a747 commit 1d99dd4
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 263 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ exports[`ReportContainer should match snapshot 1`] = `
</div>
</div>
<div>
<f
<d
content={[Function]}
copyStyles={true}
pageStyle="@page { size: auto; margin: 0mm; } @media print { body { -webkit-print-color-adjust: exact; } }"
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-datasheet": "^1.4.0",
"react-datepicker": "^2.9.6",
"react-google-map": "^3.1.1",
"react-google-maps-loader": "^4.2.5",
"react-google-maps-loader": "4.2.5",
"react-icons": "^3.7.0",
"react-table": "7.0.4",
"styled-components": "^4.4.1"
Expand Down
Loading

0 comments on commit 1d99dd4

Please sign in to comment.