You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the dataset layers selected on the timeline in E&A feature from Nextjs instance. Dataset layers state and routing should persist accordingly. For example, when removing a layer - the layer should be removed from the map and the route should be updated. Take a look at the timelineDatasetsAtom.
sandrahoang686
changed the title
[Refactor] VEDA Core Features - (E&A) Selected Dataset Layers State to persist
[Refactor] VEDA Core Features - (E&A) Selected Dataset Layers State to persist (atoms state)
Sep 17, 2024
**Related Ticket:** #1158
### Description of Changes
The PR fixes `date-fns` imports which are breaking in Next.js, probably
due to how Next.js handles ESM and CommonJS module imports.
Next.js PR with explanation of the core issue:
developmentseed/next-veda-ui#8
### Notes & Questions About Changes
_{Add additonal notes and outstanding questions here related to changes
in this pull request}_
### Validation / Testing
_{Update with info on what can be manually validated in the Deploy
Preview link for example "Validate style updates to selection modal do
NOT affect cards"}_
This is a tech-debt ticket as a result of #902.
When updating the dataset layers selected on the timeline in E&A feature from Nextjs instance. Dataset layers state and routing should persist accordingly. For example, when removing a layer - the layer should be removed from the map and the route should be updated. Take a look at the timelineDatasetsAtom.
Feature PR/Branch:
veda-ui: #1154
next-veda-ui: developmentseed/next-veda-ui#4
The text was updated successfully, but these errors were encountered: