updateTriggers not working #9033
-
I am encountering an issue with deck.gl in a Nuxt 3 project with ` const selectedIds = ref([]);
|
Beta Was this translation helpful? Give feedback.
Answered by
Pessimistress
Jul 22, 2024
Replies: 1 comment 1 reply
-
You are supplying a new object to See https://deck.gl/docs/developer-guide/performance#avoid-unnecessary-shallow-change-in-data-prop |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iPOiZN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are supplying a new object to
data
on every render. Cache your data if it doesn't change.See https://deck.gl/docs/developer-guide/performance#avoid-unnecessary-shallow-change-in-data-prop