Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] CARTO: Order keys for the request cache #8637

Closed
1 of 7 tasks
padawannn opened this issue Mar 12, 2024 · 1 comment · Fixed by #8638
Closed
1 of 7 tasks

[Bug] CARTO: Order keys for the request cache #8637

padawannn opened this issue Mar 12, 2024 · 1 comment · Fixed by #8638
Assignees
Labels

Comments

@padawannn
Copy link
Collaborator

Description

We should order the keys from parameters and customHeaders before caching

const key = JSON.stringify({baseUrl, parameters, customHeaders});

Flavors

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CartoLayer
  • ArcGIS

Expected Behavior

No response

Steps to Reproduce

Load any CartoLayer

Environment

  • Framework version: N/A
  • Browser: N/A
  • OS: N/A

Logs

No response

@donmccurdy
Copy link
Collaborator

donmccurdy commented Mar 12, 2024

I can work on this.

EDIT: Opened #8638.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants