Guilherme Graça
Results
2
comments of
Guilherme Graça
I was running into the same issue with [vitejs](https://vitejs.dev/) and solved it by only calling `Vue.use(ActionCableVue, actionCableConfigs)` from the client entry point `enty-client.js` instead of in `app.js`. I don't know...
Also looking forward to getting Vue 3 support. Did anyone found a workaround in the meantime?