Skip to content

fix(App.vue): change from reactive to static data properties #1

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CalebM1987
Copy link

As per my answer in the esri community post I don't think you want to make the layer and view objects reactive, since esri already has utilities for handling changes to these things. The conflicts with the Vue ref proxies can be circumvented by declaring these esri objects as non-reactive. This PR creates the map and adds the layer without throwing any errors.

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

Successfully merging this pull request may close these issues.

1 participant