Skip to content

Commit

Permalink
[fix] fix styled-components version in exported map (#2907)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta authored Jan 13, 2025
1 parent b1d2433 commit cb5d4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/src/export-map-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const exportMapToHTML = (options, version = KEPLER_GL_VERSION) => {
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://unpkg.com/redux@4.2.1/dist/redux.js" crossorigin></script>
<script src="https://unpkg.com/react-redux@8.1.2/dist/react-redux.min.js" crossorigin></script>
<script src="https://unpkg.com/styled-components@4.4.1/dist/styled-components.min.js" crossorigin></script>
<script src="https://unpkg.com/styled-components@6.1.8/dist/styled-components.min.js" crossorigin></script>
<!-- Load Kepler.gl -->
<script src="https://unpkg.com/kepler.gl@${version}/umd/keplergl.min.js" crossorigin></script>
Expand Down

0 comments on commit cb5d4ed

Please sign in to comment.