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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
The bug in Controlpointer's perspective is that when deleting games with associated devices, the feathers service.update in the disassociate-device.js hook is not properly triggering reactivity in the /device/:deviceId page. A workaround is to add replaceItems flag in the Vuex service definition.
controlpointer/src_client/store/index.js there is an @todo flag here on line 27 that is a workaround for the following bug. This issue can be closed by upgrading Vue and removing the replaceItems flag.
The text was updated successfully, but these errors were encountered:
This one is caused by the following bug
feathersjs-ecosystem/feathers-vuex#189
The bug in Controlpointer's perspective is that when deleting games with associated devices, the feathers service.update in the disassociate-device.js hook is not properly triggering reactivity in the /device/:deviceId page. A workaround is to add replaceItems flag in the Vuex service definition.
controlpointer/src_client/store/index.js there is an @todo flag here on line 27 that is a workaround for the following bug. This issue can be closed by upgrading Vue and removing the replaceItems flag.
The text was updated successfully, but these errors were encountered: