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
In the past, there were issues with the reactivity of the convictions and possibly charges. This was caused them being nested in inside of client.
This was solved by two things
Moving convictions to the root of the VueX store
Using Vue's set()
Questions:
Should we move charges to the root of the VueX store?
Is the current code updating the DOM correctly?
What code pattern should we be using?
The text was updated successfully, but these errors were encountered:
Background:
In the past, there were issues with the reactivity of the
convictions
and possiblycharges
. This was caused them being nested in inside ofclient
.This was solved by two things
convictions
to the root of the VueX storeset()
Questions:
charges
to the root of the VueX store?The text was updated successfully, but these errors were encountered: