Describe the bug
Customiaztion of tooltip fileds doesn't stored in exported map.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changes on tooltip configuation nice to store within export map.
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
No
Additional context
No
@tbicr how are you exporting the map? downloaded a json or html?
@heshan0131 , html in Allow users to read the map mode
Please also see #1144 & #1160
this should be fixed now. for your exported html to load, open it in a text editor and change the kepler.gl version in this line to 2.3.0
<!-- Load Kepler.gl -->
<script src="https://unpkg.com/[email protected]/umd/keplergl.min.js" crossorigin></script>
Thanks!
Most helpful comment
this should be fixed now. for your exported html to load, open it in a text editor and change the kepler.gl version in this line to
2.3.0